Browse Source

remove debugger

master
azri 1 week ago
parent
commit
e827be5db4
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/components/Navbar/Navbar.jsx

+ 0
- 2
src/components/Navbar/Navbar.jsx View File

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…
Cancel
Save