style nit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user