fix logger and dismiss button presses

This commit is contained in:
Timo K
2025-12-11 17:17:56 +01:00
parent 9a7e797af4
commit 207b161b3b
3 changed files with 12 additions and 3 deletions

View File

@@ -446,7 +446,6 @@ export const GroupCallView: FC<Props> = ({
let body: ReactNode;
if (externalError) {
logger.debug("External error occurred:", externalError);
// If an error was recorded within this component but outside
// GroupCallErrorBoundary, create a component that rethrows the error from
// within the error boundary, so it can be handled uniformly