fix (some) lint warnings
This commit is contained in:
parent
c2f6fc381c
commit
aedc220b62
3 changed files with 9 additions and 12 deletions
|
@ -25,7 +25,6 @@ import RightPanel from './RightPanel';
|
|||
import RoomHeaderButtons from '../views/right_panel/RoomHeaderButtons';
|
||||
|
||||
export default class RoomGridView extends React.Component {
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
@ -132,5 +131,4 @@ export default class RoomGridView extends React.Component {
|
|||
</MainSplit>
|
||||
</main>);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue