-
+
(
+ current.status === 'loading' ? unauthenticatedState() : current
+ ));
return () => {
isCancelled = true;
};
diff --git a/frontend/src/pages/Dashboard.jsx b/frontend/src/pages/Dashboard.jsx
index 30ccdbe..af06659 100644
--- a/frontend/src/pages/Dashboard.jsx
+++ b/frontend/src/pages/Dashboard.jsx
@@ -197,12 +197,14 @@ export function Dashboard({ onNavigate, onOpenRequests, token }) {
setHoveredTile(tile.page)}
- onMouseLeave={() => setHoveredTile(null)}
>