fix lint
This commit is contained in:
parent
81c48f07c7
commit
8fa7ec0fac
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ export default class RoomGridView extends React.Component {
|
|||
}
|
||||
|
||||
return (<main className="mx_GroupGridView">
|
||||
<MainSplit panel={rightPanel} disableSizing={this.props.collapsedRhs} >
|
||||
<MainSplit panel={rightPanel} disableSizing={this.props.collapsedRhs} >
|
||||
<div className="mx_GroupGridView_rooms">
|
||||
{ roomStores.map((roomStore, i) => {
|
||||
if (roomStore) {
|
||||
|
|
Loading…
Reference in a new issue