From 188b23e88f31c8044f5c042a6484a224254379db Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 8 Apr 2020 11:12:31 -0400 Subject: [PATCH] No need to pass undefined explicitly. view will be undefined if it's not passed --- awx/ui_next/src/screens/Job/Jobs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/Job/Jobs.jsx b/awx/ui_next/src/screens/Job/Jobs.jsx index 607dfda2e6..55a9c36660 100644 --- a/awx/ui_next/src/screens/Job/Jobs.jsx +++ b/awx/ui_next/src/screens/Job/Jobs.jsx @@ -44,7 +44,7 @@ function Jobs({ i18n }) { function TypeRedirect({ view }) { const { id } = useParams(); const { path } = useRouteMatch(); - return ; + return ; } return (