mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
appease linter
This commit is contained in:
@@ -151,7 +151,10 @@ export const RoomPage: FC = () => {
|
|||||||
: E2eeType.NONE,
|
: E2eeType.NONE,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
onEnter={async (): Promise<void> => knock?.()}
|
onEnter={async (): Promise<void> => {
|
||||||
|
knock?.();
|
||||||
|
return Promise.resolve();
|
||||||
|
}}
|
||||||
enterLabel={label}
|
enterLabel={label}
|
||||||
waitingForInvite={groupCallState.kind === "waitForInvite"}
|
waitingForInvite={groupCallState.kind === "waitForInvite"}
|
||||||
confineToRoom={confineToRoom}
|
confineToRoom={confineToRoom}
|
||||||
|
|||||||
Reference in New Issue
Block a user