Fix prettify-task

This commit is contained in:
Yuya Ochiai
2016-02-12 01:12:28 +09:00
parent 3043d44d28
commit cec2b0f5dc
3 changed files with 11 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ var MainPage = React.createClass({
tabs_row = (
<Row>
<TabBar id="tabBar" teams={ this.props.teams } unreadCounts={ this.state.unreadCounts } mentionCounts={ this.state.mentionCounts } unreadAtActive={ this.state.unreadAtActive } mentionAtActiveCounts={ this.state.mentionAtActiveCounts }
activeKey={ this.state.key } onSelect={ this.handleSelect }></TabBar>
activeKey={ this.state.key } onSelect={ this.handleSelect }></TabBar>
</Row>
);
}