File: client/src/pages/Dashboard.jsx Navbar shows nothing about tasks. Add a small badge like "12 tasks" next to DevBoard logo. Fix: const { tasks } = useBoard() <span>{tasks.length} tasks</span> 2 lines!!
File: client/src/pages/Dashboard.jsx
Navbar shows nothing about tasks.
Add a small badge like "12 tasks" next to DevBoard logo.
Fix:
const { tasks } = useBoard()
{tasks.length} tasks
2 lines!!