Skip to content

Commit 1c5c17a

Browse files
committed
Typescript fix
1 parent 8ce5ebd commit 1c5c17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Product/ProductFilters.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ProductFilters = ({
3636
) || [],
3737
),
3838
),
39-
).sort((a, b) => a.localeCompare(b)) as string[];
39+
).sort((a, b) => a.localeCompare(b));
4040

4141
// Get unique colors from all products
4242
const availableColors = products

0 commit comments

Comments
 (0)