Switch from prettier to oxfmt

This commit is contained in:
Johannes Marbach
2026-06-17 12:13:30 +02:00
parent 6ce79d8a52
commit b2f02b0ff6
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>