mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
refactor(Navigation): Use identifier instead of screenName
Signed-off-by: Adrian Oprea <adrian@oprea.rocks>
This commit is contained in:
parent
4b9013bcab
commit
b559f3cbd4
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue