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