fix: 项目设置里分组名称显示错误的bug

This commit is contained in:
wenbo.dong 2017-08-25 17:16:48 +08:00
parent fc944b6252
commit a28eacdfa5

View File

@ -330,7 +330,7 @@ class ProjectMessage extends Component {
</Popover>
</Col>
<Col xs={18} sm={15} lg={19} className="setting-intro">
<h2 className="ui-title">{projectMsg.group_name + ' / ' + projectMsg.name}</h2>
<h2 className="ui-title">{this.state.currGroup + ' / ' + projectMsg.name}</h2>
<p className="ui-desc">{projectMsg.desc}</p>
</Col>
</Row>