You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
fix (some) lint warnings
This commit is contained in:
@ -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>);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user