about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-21 19:53:01 +0300
committerGitHub <noreply@github.com>2025-04-21 09:53:01 -0700
commita091def51205ceb53821442cebe4b9615e581252 (patch)
treea418c375d7a125883826600b569195fd542bb836 /src
parentb800334ebc97fa2ef15f8e0f2f8d81f61626b0fa (diff)
downloadvoidsky-a091def51205ceb53821442cebe4b9615e581252.tar.zst
rm other close (#8250)
Diffstat (limited to 'src')
-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>
   )
 }