From 91134b2537d26e0971c2b9ed9c2ae5517886620d Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 10 May 2021 16:17:05 -0400 Subject: [PATCH] Remove erroneouos extra param --- awx/ui_next/src/components/AppContainer/AppContainer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx index 84a006eafb..e697d27de7 100644 --- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx +++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx @@ -141,7 +141,7 @@ function AppContainer({ navRouteConfig = [], children }) { useEffect(() => { if ('analytics_status' in config) { - issuePendoIdentity(config, 'foobar'); + issuePendoIdentity(config); } // eslint-disable-next-line react-hooks/exhaustive-deps }, [config.analytics_status]);