Upgrade babel to 6.4.0, fail gulp builds on webpack errors
This commit is contained in:
parent
47dd4f51cb
commit
d7c5d0f9cd
16 changed files with 36 additions and 33 deletions
|
@ -7,17 +7,17 @@ export default class TabList extends Component {
|
|||
handleTabClick = (server, target) => {
|
||||
this.props.select(server, target, target && target.charAt(0) !== '#');
|
||||
this.props.hideMenu();
|
||||
}
|
||||
};
|
||||
|
||||
handleConnectClick = () => {
|
||||
this.props.pushPath('/connect');
|
||||
this.props.hideMenu();
|
||||
}
|
||||
};
|
||||
|
||||
handleSettingsClick = () => {
|
||||
this.props.pushPath('/settings');
|
||||
this.props.hideMenu();
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const { channels, servers, privateChats, showMenu, selected } = this.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue