diff --git a/frontend/src/AppRoutes/index.tsx b/frontend/src/AppRoutes/index.tsx index ab0b5e7acb..f3b333616f 100644 --- a/frontend/src/AppRoutes/index.tsx +++ b/frontend/src/AppRoutes/index.tsx @@ -13,11 +13,9 @@ const App = (): JSX.Element => ( }> - {routes.map(({ path, component, exact }) => { - return ( - - ); - })} + {routes.map(({ path, component, exact }, index) => ( + + ))}