about summary refs log tree commit diff
path: root/src/components/verification/VerificationsDialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/verification/VerificationsDialog.tsx')
-rw-r--r--src/components/verification/VerificationsDialog.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/verification/VerificationsDialog.tsx b/src/components/verification/VerificationsDialog.tsx
index 76fbcc355..42e7369ee 100644
--- a/src/components/verification/VerificationsDialog.tsx
+++ b/src/components/verification/VerificationsDialog.tsx
@@ -41,7 +41,6 @@ export function VerificationsDialog({
         profile={profile}
         verificationState={verificationState}
       />
-      <Dialog.Close />
     </Dialog.Outer>
   )
 }