1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00
This commit is contained in:
Bruno Windels
2018-11-05 12:15:03 +01:00
parent 701dd6d33f
commit c6751e25e0
2 changed files with 5 additions and 5 deletions

View File

@ -1286,10 +1286,10 @@ export default React.createClass({
const rightPanel = !this.props.collapsedRhs ? <RightPanel groupId={this.props.groupId} /> : undefined;
const headerClasses = {
mx_GroupView_header: true,
'light-panel': true,
mx_GroupView_header_view: !this.state.editing,
mx_GroupView_header_isUserMember: this.state.isUserMember,
"mx_GroupView_header": true,
"light-panel": true,
"mx_GroupView_header_view": !this.state.editing,
"mx_GroupView_header_isUserMember": this.state.isUserMember,
};
return (