From bcf6f9d16fbc6b340137aff7538129987513b546 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 May 2026 10:49:48 +0000 Subject: [PATCH] fix: JSX syntax error in Navigate component --- src/pages/DashboardPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DashboardPage.jsx b/src/pages/DashboardPage.jsx index c994e27..96805ad 100644 --- a/src/pages/DashboardPage.jsx +++ b/src/pages/DashboardPage.jsx @@ -81,7 +81,7 @@ export const DashboardPage = () => { const isGuideOpen = activeSection === "guide"; if (!user) { - return ; + return ; } const renderManagerWorkspace = () => (