mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
Search based on ships from country
This commit is contained in:
@@ -107,7 +107,10 @@ const CompoundBay = observer(() => {
|
|||||||
) ||
|
) ||
|
||||||
sale.Compound.toLowerCase().includes(
|
sale.Compound.toLowerCase().includes(
|
||||||
searchTerm.toLowerCase(),
|
searchTerm.toLowerCase(),
|
||||||
))
|
) ||
|
||||||
|
sale["Ships from Country"]
|
||||||
|
.toLowerCase()
|
||||||
|
.includes(searchTerm.toLowerCase()))
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}, [
|
}, [
|
||||||
|
|||||||
Reference in New Issue
Block a user