diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index aa959e56..5d4fe9b1 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -81,6 +81,8 @@ export default function Dashboard() { const [savingProfile, setSavingProfile] = useState(false); const [isLoading, setIsLoading] = useState(true); const [projects, setProjects] = useState([]); + const [teams, setTeams] = useState([]); + const [invites, setInvites] = useState([]); const [achievements, setAchievements] = useState([]); const [profileCompletion, setProfileCompletion] = useState(0); const [stats, setStats] = useState({