Search based on ships from country
parent
56eae9be4d
commit
311644fdf2
|
|
@ -107,7 +107,10 @@ const CompoundBay = observer(() => {
|
|||
) ||
|
||||
sale.Compound.toLowerCase().includes(
|
||||
searchTerm.toLowerCase(),
|
||||
))
|
||||
) ||
|
||||
sale["Ships from Country"]
|
||||
.toLowerCase()
|
||||
.includes(searchTerm.toLowerCase()))
|
||||
);
|
||||
});
|
||||
}, [
|
||||
|
|
|
|||
Loading…
Reference in New Issue