style nit

This commit is contained in:
Samuel Newman
2026-03-01 22:53:35 +02:00
parent 9906a4cda5
commit 0279fcadf3
@@ -56,11 +56,7 @@ export function LanguageSelectDialog({
) )
return ( return (
<Dialog.Outer <Dialog.Outer control={control} nativeOptions={{fullHeight: true}}>
control={control}
nativeOptions={{
fullHeight: true,
}}>
<Dialog.Handle /> <Dialog.Handle />
<ErrorBoundary renderError={renderErrorBoundary}> <ErrorBoundary renderError={renderErrorBoundary}>
<DialogInner <DialogInner