Explorar el Código

temp fix

master
azri hace 1 semana
padre
commit
85bfcec75c
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      src/pages/Products/index.jsx

+ 1
- 4
src/pages/Products/index.jsx Ver fichero

@@ -20,10 +20,7 @@ const Products = () => {
20 20
         setCollection(selectCollection)
21 21
       }
22 22
 
23
-    } else {
24
-      window.location.href = '/'
25
-    }
26
-
23
+    } 
27 24
   }, [])
28 25
 
29 26
   return (

Loading…
Cancelar
Guardar