mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 07:21:22 +02:00
fix linting issues
This commit is contained in:
parent
5ba419db54
commit
ccfd6ba4b1
@ -844,14 +844,14 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||
|
||||
private onRoomName = (room: Room) => {
|
||||
if (this.state.room && room.roomId == this.state.room.roomId) {
|
||||
// this.forceUpdate();
|
||||
this.forceUpdate();
|
||||
}
|
||||
};
|
||||
|
||||
private onKeyBackupStatus = () => {
|
||||
// Key backup status changes affect whether the in-room recovery
|
||||
// reminder is displayed.
|
||||
// this.forceUpdate();
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
public canResetTimeline = () => {
|
||||
|
@ -302,6 +302,7 @@ interface IState {
|
||||
export default class EventTile extends React.Component<IProps, IState> {
|
||||
private suppressReadReceiptAnimation: boolean;
|
||||
private isListeningForReceipts: boolean;
|
||||
private ref: React.RefObject<unknown>;
|
||||
private tile = React.createRef();
|
||||
private replyThread = React.createRef();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user