Remove unused icon component and update filter icon

This commit is contained in:
Víctor Falcón 2025-11-11 08:25:25 +00:00
parent a2d7af2789
commit 3dac1d9570
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ export function TransactionFilters({
actions,
}: TransactionFiltersProps) {
const [isOpen, setIsOpen] = useState(false);
const UncategorizedIcon = resolveIconComponent('CircleHelp');
const isUncategorizedSelected = filters.categoryIds.includes(
UNCATEGORIZED_CATEGORY_ID,
);
@ -202,7 +201,7 @@ export function TransactionFilters({
handleCategoryToggle(UNCATEGORIZED_CATEGORY_ID)
}
>
<UncategorizedIcon className="h-4 w-4 opacity-80" />
<Icons.CircleHelp className="h-4 w-4 opacity-80" />
<span
className={
isUncategorizedSelected