diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-21 19:53:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 09:53:01 -0700 |
commit | a091def51205ceb53821442cebe4b9615e581252 (patch) | |
tree | a418c375d7a125883826600b569195fd542bb836 /src/components/verification | |
parent | b800334ebc97fa2ef15f8e0f2f8d81f61626b0fa (diff) | |
download | voidsky-a091def51205ceb53821442cebe4b9615e581252.tar.zst |
rm other close (#8250)
Diffstat (limited to 'src/components/verification')
-rw-r--r-- | src/components/verification/VerificationsDialog.tsx | 1 |
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> ) } |