about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-21 19:00:38 +0300
committerGitHub <noreply@github.com>2025-04-21 11:00:38 -0500
commit9363ff6f481fa905faccad1951ea6d6705c1efae (patch)
tree4f0f10f86724196cf4955cf18ee880137043a21b /src
parent35daa5a343efdf5c6da866a348e99aeb8fb1b76c (diff)
downloadvoidsky-9363ff6f481fa905faccad1951ea6d6705c1efae.tar.zst
rm double close (#8246)
Diffstat (limited to 'src')
-rw-r--r--src/components/verification/VerifierDialog.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/verification/VerifierDialog.tsx b/src/components/verification/VerifierDialog.tsx
index bfe49ec19..afaac60d6 100644
--- a/src/components/verification/VerifierDialog.tsx
+++ b/src/components/verification/VerifierDialog.tsx
@@ -146,8 +146,6 @@ function Inner({
           </Button>
         </View>
       </View>
-
-      <Dialog.Close />
     </Dialog.ScrollableInner>
   )
 }