refactor(Navigation): Use identifier instead of screenName

Signed-off-by: Adrian Oprea <adrian@oprea.rocks>
This commit is contained in:
Adrian Oprea 2018-01-17 14:40:33 +02:00
parent 4b9013bcab
commit b559f3cbd4

View file

@ -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);