Skip to content
Snippets Groups Projects
Commit d35bec31 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

deleted unused variable

parent 02682fe9
No related branches found
No related tags found
No related merge requests found
Pipeline #396955 passed
......@@ -54,7 +54,7 @@ const App = () => {
{/* Header and PageContent */}
<Routes>
{Object.entries(pathMapping).map(([path, {title, header: Header, component: Component}]) => (
{Object.entries(pathMapping).map(([path, {header: Header, 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