fix: JSX syntax error in Navigate component
This commit is contained in:
parent
dc9d7de60f
commit
bcf6f9d16f
|
|
@ -81,7 +81,7 @@ export const DashboardPage = () => {
|
|||
const isGuideOpen = activeSection === "guide";
|
||||
|
||||
if (!user) {
|
||||
return <Navigate to="/login" replace" />;
|
||||
return <Navigate to="/login" replace />;
|
||||
}
|
||||
|
||||
const renderManagerWorkspace = () => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue