Skip to content

Commit 844ea7d

Browse files
committed
Implementerer bedre defauting og optional chaining
1 parent bc1159f commit 844ea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/hooks/useOverviewFilters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import type Fuse from 'fuse.js';
1616

1717
export type OverviewFilterableItem = {
1818
area: Area[];
19-
taxonomy: ProductTaxonomy[];
19+
taxonomy?: ProductTaxonomy[];
2020
type?: ContentType;
2121
};
2222

0 commit comments

Comments
 (0)