We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7bd48 commit 1424722Copy full SHA for 1424722
components/NavBarContainer.js
@@ -51,13 +51,13 @@ var NavBarContainer = React.createClass({
51
trans = {};
52
}
53
54
- if (this.props.currentRoute.hideNavigationBar) {
+ if (this.props.currentRoute.hideNavigationBar) {
55
navbarStyle = styles.navbarContainerHidden;
56
} else {
57
navbarStyle = styles.navbarContainer;
58
59
60
- if(this.props.currentRoute.trans) {
+ if(this.props.currentRoute.trans) {
61
navbarContent = (
62
<NavBarContent
63
route={this.state.previousRoute}
0 commit comments