mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Fix loading error view
This commit is contained in:
parent
f5142ba93e
commit
7150ed8ce7
@ -107,7 +107,7 @@ export function GroupCallView({ client, groupCall }) {
|
||||
} = useGroupCall(groupCall);
|
||||
|
||||
if (error) {
|
||||
return <LoadingErrorView error={error} />;
|
||||
return <ErrorModal error={error} />;
|
||||
} else if (state === GroupCallState.Entered) {
|
||||
return (
|
||||
<InRoomView
|
||||
|
Loading…
Reference in New Issue
Block a user