diff --git a/app/javascript/src/components/Navigation/index.jsx b/app/javascript/src/components/Navigation/index.jsx
index 0ced14fce..75a532f36 100644
--- a/app/javascript/src/components/Navigation/index.jsx
+++ b/app/javascript/src/components/Navigation/index.jsx
@@ -151,9 +151,8 @@ Navigation.propTypes = {
 
 // Map the states from store to component props
 const mapStateToProps = ({ current_team }) => ({ current_team });
-
 const NavigationWithExtras = withExtras({
-  screenName: 'navigation',
+  identifier: 'navigation',
   config: massageConfiguration(addonsConfig, 'navigation'),
 }, componentLoader)(Navigation);