mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 05:37:56 -05:00
fix typo
This commit is contained in:
@@ -182,7 +182,7 @@ export const MobileFilters: React.FC<Props> = ({
|
||||
</Button>
|
||||
)}
|
||||
<MetaButton onClick={onClose} w="15rem">
|
||||
SHOW RESILTS
|
||||
SHOW RESULTS
|
||||
</MetaButton>
|
||||
</Flex>
|
||||
</DrawerFooter>
|
||||
@@ -456,7 +456,7 @@ const FilterContent: React.FC<FilterContentProps> = ({
|
||||
onChange={(e) => {
|
||||
const inputValue = e.target.value;
|
||||
setSearch(inputValue);
|
||||
onSearch(inputValue.toLowerCase());
|
||||
onSearch(inputValue.toLowerCase().trim());
|
||||
}}
|
||||
value={search}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user