fix (some) lint warnings

This commit is contained in:
Bruno Windels 2019-01-07 16:33:23 +01:00
parent c2f6fc381c
commit aedc220b62
3 changed files with 9 additions and 12 deletions

View file

@ -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>);
}
}