fix: Fixed issue with duplicate filter_identifiers inside tabFilters
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -13,6 +13,7 @@ import styles from "./tabFilters.module.css"
|
||||
interface Filter {
|
||||
identifier: string
|
||||
label: string
|
||||
iconIdentifier: string
|
||||
}
|
||||
|
||||
interface TabFiltersProps {
|
||||
@@ -50,7 +51,7 @@ export default function TabFilters({
|
||||
})}
|
||||
type="button"
|
||||
>
|
||||
<FilterIcon identifier={category.identifier} />
|
||||
<FilterIcon identifier={category.iconIdentifier} />
|
||||
{category.label}
|
||||
</button>
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user