mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 00:26:36 +03:00
Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
113b6319b1
commit
4ef8c9fd29
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ export default class CallPreview extends React.Component<IProps, IState> {
|
|||
this.scheduledUpdate.mark();
|
||||
};
|
||||
|
||||
private onRoomViewStoreUpdate = (payload) => {
|
||||
private onRoomViewStoreUpdate = () => {
|
||||
if (RoomViewStore.getRoomId() === this.state.roomId) return;
|
||||
|
||||
const roomId = RoomViewStore.getRoomId();
|
||||
|
|
Loading…
Reference in a new issue