From fdb53bd1afe285e5a87c9ecf896fbf8a7354c407 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 3 Jun 2020 19:52:53 -0400 Subject: [PATCH] Remove unneeded auth props --- awx/ui_next/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( - + )}