remove Dialog.Handle uses

This commit is contained in:
Hailey
2024-10-01 15:06:42 -07:00
parent a17892d1b9
commit 3971254e9f
36 changed files with 59 additions and 124 deletions
-1
View File
@@ -44,7 +44,6 @@ let ReportDialog = ({
<Dialog.Outer
control={control}
nativeOptions={isAndroid ? {sheet: {snapPoints: ['100%']}} : {}}>
<Dialog.Handle />
<Dialog.ScrollableInner label={_(msg`Report this message`)}>
<DialogInner params={params} />
<Dialog.Close />