diff --git a/web/components/filter.tsx b/web/components/filter.tsx index 00b3d0f..95a7f6b 100644 --- a/web/components/filter.tsx +++ b/web/components/filter.tsx @@ -209,9 +209,11 @@ export function FilterList({ onSelect(option); }} > - - {Icon && } - + {Icon && ( + + + + )}