From 8584521ade59b6595b0122bcb0402b01081b68df Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 11 Mar 2025 20:19:14 +0100 Subject: [PATCH] fixup: post rebase fix --- src/room/GroupCallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index d1086730..47cbbc87 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -420,7 +420,7 @@ export const GroupCallView: FC = ({ // If an ElementCallError was recorded, then create a component that will fail to render and throw // the error. This will then be handled by the ErrorBoundary component. const ErrorComponent = (): ReactNode => { - throw enterRTCError; + throw error; }; body = ; } else if (isJoined) {