diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-21 19:00:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 11:00:38 -0500 |
commit | 9363ff6f481fa905faccad1951ea6d6705c1efae (patch) | |
tree | 4f0f10f86724196cf4955cf18ee880137043a21b | |
parent | 35daa5a343efdf5c6da866a348e99aeb8fb1b76c (diff) | |
download | voidsky-9363ff6f481fa905faccad1951ea6d6705c1efae.tar.zst |
rm double close (#8246)
-rw-r--r-- | src/components/verification/VerifierDialog.tsx | 2 |
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> ) } |