Search based on ships from country

This commit is contained in:
Harish Vishwakarma
2024-10-21 22:27:01 +05:30
parent 56eae9be4d
commit 311644fdf2

View File

@@ -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()))
); );
}); });
}, [ }, [