Skip to content

Commit a1db68f

Browse files
committed
Update NavBarContainer.js
1 parent 1424722 commit a1db68f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/NavBarContainer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ var NavBarContainer = React.createClass({
4646

4747
if (this.props.currentRoute.trans) {
4848
trans = {backgroundColor: 'transparent'};
49-
}
50-
else {
49+
} else {
5150
trans = {};
5251
}
5352

0 commit comments

Comments
 (0)