Merge pull request #4048 from element-hq/johannes/oxfmt

Switch from prettier to oxfmt
This commit is contained in:
Johannes Marbach
2026-06-18 13:06:55 +02:00
committed by GitHub
10 changed files with 245 additions and 21 deletions

View File

@@ -553,11 +553,9 @@ export const GroupCallView: FC<Props> = ({
});
}
}}
onError={
(/**error*/) => {
if (rtcSession.isJoined()) onLeft("error");
}
}
onError={(_error) => {
if (rtcSession.isJoined()) onLeft("error");
}}
>
{body}
</GroupCallErrorBoundary>