We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285232f commit fdeb6beCopy full SHA for fdeb6be
src/components/home/componentsIslands/SectionProducts.tsx
@@ -33,8 +33,6 @@ export const SectionProducts = ({
33
filter == 'todos' ? productsData : category == filter
34
)
35
36
- console.log(newProducts)
37
-
38
setProducts(newProducts)
39
}
40
0 commit comments