diff --git a/awx/ui_next/src/App.jsx b/awx/ui_next/src/App.jsx index e74edee190..ffafd07dba 100644 --- a/awx/ui_next/src/App.jsx +++ b/awx/ui_next/src/App.jsx @@ -55,12 +55,12 @@ function App() { {getRouteConfig(i18n) .flatMap(({ routes }) => routes) .map(({ path, screen: Screen }) => ( - + )) .concat( - + )}