We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce5ebd commit 1c5c17aCopy full SHA for 1c5c17a
src/components/Product/ProductFilters.component.tsx
@@ -36,7 +36,7 @@ const ProductFilters = ({
36
) || [],
37
),
38
39
- ).sort((a, b) => a.localeCompare(b)) as string[];
+ ).sort((a, b) => a.localeCompare(b));
40
41
// Get unique colors from all products
42
const availableColors = products
0 commit comments