mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: moving tags to redux
This commit is contained in:
parent
8dbb0726d0
commit
4aa7df65f5
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ export default function Catalogue() {
|
|||
{groupedFilters.map((filter) => (
|
||||
<li key={`${filter.key}-${filter.value}`}>
|
||||
<FilterItem
|
||||
filter={filter.label}
|
||||
filter={filter.label ?? ""}
|
||||
orbColor={filter.orbColor}
|
||||
onRemove={() => {
|
||||
dispatch(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue