Skip to content

Commit a230f76

Browse files
committed
feat: remove unwanted props and make catalogCard more generic
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent f6239ce commit a230f76

2 files changed

Lines changed: 170 additions & 169 deletions

File tree

src/custom/CatalogFilterSection/FilterSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const FilterSection: React.FC<FilterSectionProps> = ({
7272
}}
7373
>
7474
{showSearch && (
75-
<Box px={'0.5rem'} mb={'1rem'}>
75+
<Box px={'0.5rem'} mb={'0.5rem'}>
7676
<StyledSearchBar
7777
value={searchQuery}
7878
onChange={handleTextFieldChange}

0 commit comments

Comments
 (0)