Fix loading error view
This commit is contained in:
parent
f5142ba93e
commit
7150ed8ce7
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export function GroupCallView({ client, groupCall }) {
|
||||||
} = useGroupCall(groupCall);
|
} = useGroupCall(groupCall);
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
return <LoadingErrorView error={error} />;
|
return <ErrorModal error={error} />;
|
||||||
} else if (state === GroupCallState.Entered) {
|
} else if (state === GroupCallState.Entered) {
|
||||||
return (
|
return (
|
||||||
<InRoomView
|
<InRoomView
|
||||||
|
|
Loading…
Add table
Reference in a new issue