fix: JSX syntax error in Navigate component

This commit is contained in:
root 2026-05-22 10:49:48 +00:00
parent dc9d7de60f
commit bcf6f9d16f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export const DashboardPage = () => {
const isGuideOpen = activeSection === "guide"; const isGuideOpen = activeSection === "guide";
if (!user) { if (!user) {
return <Navigate to="/login" replace" />; return <Navigate to="/login" replace />;
} }
const renderManagerWorkspace = () => ( const renderManagerWorkspace = () => (