Lots of improvements
This commit is contained in:
parent
ef921361ec
commit
80a5a2a774
21 changed files with 489 additions and 337 deletions
|
|
@ -113,7 +113,7 @@ export function buildPropertySearchUrls({
|
|||
const maxBathrooms =
|
||||
Array.isArray(bathroomFilter) && typeof bathroomFilter[1] === 'number' ? bathroomFilter[1] : undefined;
|
||||
|
||||
const tenureFilter = filters['Leashold/Freehold'];
|
||||
const tenureFilter = filters['Leasehold/Freehold'];
|
||||
const selectedTenures =
|
||||
Array.isArray(tenureFilter) && typeof tenureFilter[0] === 'string'
|
||||
? (tenureFilter as string[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue