Skip to content

Commit 1424722

Browse files
committed
Update NavBarContainer.js
fixed indent
1 parent fc7bd48 commit 1424722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/NavBarContainer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ var NavBarContainer = React.createClass({
5151
trans = {};
5252
}
5353

54-
if (this.props.currentRoute.hideNavigationBar) {
54+
if (this.props.currentRoute.hideNavigationBar) {
5555
navbarStyle = styles.navbarContainerHidden;
5656
} else {
5757
navbarStyle = styles.navbarContainer;
5858
}
5959

60-
if(this.props.currentRoute.trans) {
60+
if(this.props.currentRoute.trans) {
6161
navbarContent = (
6262
<NavBarContent
6363
route={this.state.previousRoute}

0 commit comments

Comments
 (0)