Fixed Navigation
This commit is contained in:
parent
f8946434d8
commit
298e551f61
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default class extends React.Component {
|
|||
return <route.component nav={nav} {...props}/>;
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
componentWillMount() {
|
||||
this.initialRoute = RouteMaster.get('LOGIN');
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue