mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15: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(
|
||||
searchTerm.toLowerCase(),
|
||||
))
|
||||
) ||
|
||||
sale["Ships from Country"]
|
||||
.toLowerCase()
|
||||
.includes(searchTerm.toLowerCase()))
|
||||
);
|
||||
});
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user