Skip to content

Commit 8584521

Browse files
committed
fixup: post rebase fix
1 parent c0ef6e5 commit 8584521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/room/GroupCallView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export const GroupCallView: FC<Props> = ({
420420
// If an ElementCallError was recorded, then create a component that will fail to render and throw
421421
// the error. This will then be handled by the ErrorBoundary component.
422422
const ErrorComponent = (): ReactNode => {
423-
throw enterRTCError;
423+
throw error;
424424
};
425425
body = <ErrorComponent />;
426426
} else if (isJoined) {

0 commit comments

Comments
 (0)