Skip to content
Snippets Groups Projects
Commit a441e65d authored by Xingan Zhao's avatar Xingan Zhao
Browse files

quick fix

parent f13c9b3e
No related branches found
No related tags found
No related merge requests found
Pipeline #415259 passed
......@@ -29,7 +29,7 @@ const App = () => {
{/* Header and PageContent */}
<Routes>
{Object.entries(pathMapping).map(
([path, { title, lead, component: Component }]) => (
([path, {component: Component }]) => (
<Route
key={path}
path={path}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment