Fix loading error view

This commit is contained in:
Robert Long 2021-10-18 11:48:44 -07:00
parent f5142ba93e
commit 7150ed8ce7

View File

@ -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