Search based on ships from country

pull/1047/head
Harish Vishwakarma 2024-10-21 22:27:01 +05:30
parent 56eae9be4d
commit 311644fdf2
1 changed files with 4 additions and 1 deletions

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