Explorar el Código

remove session collection

master
azri hace 1 semana
padre
commit
ce4d70ab0f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/components/Navbar/components/MobileNav/MobileNav.jsx

+ 1
- 0
src/components/Navbar/components/MobileNav/MobileNav.jsx Ver fichero

@@ -120,6 +120,7 @@ const MobileNav = ({ open, onClose, menu = [] }) => {
120 120
             disableGutters={true}
121 121
             onClick={() => {
122 122
               sessionStorage.setItem('amber-select-product-type', productType)
123
+              sessionStorage.removeItem('amber-select-collection')
123 124
               if (collection?.length == 0) window.location.href = `/products`;
124 125
             }}
125 126
             sx={{

Loading…
Cancelar
Guardar