mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Remove erroneouos extra param
This commit is contained in:
@@ -141,7 +141,7 @@ function AppContainer({ navRouteConfig = [], children }) {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if ('analytics_status' in config) {
|
if ('analytics_status' in config) {
|
||||||
issuePendoIdentity(config, 'foobar');
|
issuePendoIdentity(config);
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [config.analytics_status]);
|
}, [config.analytics_status]);
|
||||||
|
|||||||
Reference in New Issue
Block a user