diff --git a/resources/scripts/routers/DashboardRouter.tsx b/resources/scripts/routers/DashboardRouter.tsx index f874b20e3..127019f7a 100644 --- a/resources/scripts/routers/DashboardRouter.tsx +++ b/resources/scripts/routers/DashboardRouter.tsx @@ -21,7 +21,7 @@ function DashboardRouter() { {routes.account .filter(route => route.path !== undefined) .map(({ path, name, end = false }) => ( - + {name} ))} @@ -34,7 +34,7 @@ function DashboardRouter() { } /> {routes.account.map(({ route, component: Component }) => ( - } /> + } /> ))} } />