diff --git a/packages/app/src/components/AppBase/AppBase.tsx b/packages/app/src/components/AppBase/AppBase.tsx index 72998c65c..6c5f50441 100644 --- a/packages/app/src/components/AppBase/AppBase.tsx +++ b/packages/app/src/components/AppBase/AppBase.tsx @@ -45,11 +45,14 @@ const AppBase = () => { '/', }> - + , )} {ifNotDynamic( '/catalog', - } /> + } + />, )} {ifNotDynamic( '//catalog/:namespace/:kind/:name', @@ -58,7 +61,7 @@ const AppBase = () => { element={} > {entityPage(entityTabOverrides)} - + , )} {ifNotDynamic( '/create', @@ -78,11 +81,11 @@ const AppBase = () => { )} scaffolderFieldExtensions - + , )} {ifNotDynamic( '/api-docs', - } /> + } />, )} {ifNotDynamic( '/catalog-import', @@ -93,27 +96,27 @@ const AppBase = () => { } - /> + />, )} {ifNotDynamic( '/search', }> - + , )} {ifNotDynamic( '/settings', }> {settingsPage} - + , )} {ifNotDynamic( '/catalog-graph', - } /> + } />, )} {ifNotDynamic( '/learning-paths', - } /> + } />, )} } /> {dynamicRoutes