Explorar el Código

remove debugger

master
azri hace 4 meses
padre
commit
e827be5db4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/components/Navbar/Navbar.jsx

+ 0
- 2
src/components/Navbar/Navbar.jsx Ver fichero

248
 
248
 
249
     
249
     
250
     collection = collection.sort((a, b) => new Date(b.updatedAt) - new Date(a.updatedAt) )
250
     collection = collection.sort((a, b) => new Date(b.updatedAt) - new Date(a.updatedAt) )
251
-    console.log(collection)
252
-    debugger
253
 
251
 
254
     setDisplayCollection([])
252
     setDisplayCollection([])
255
     setTimeout(() => {
253
     setTimeout(() => {

Loading…
Cancelar
Guardar