about summary refs log tree commit diff
path: root/src/components/dialogs/SwitchAccount.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dialogs/SwitchAccount.tsx')
-rw-r--r--src/components/dialogs/SwitchAccount.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/dialogs/SwitchAccount.tsx b/src/components/dialogs/SwitchAccount.tsx
index ea870e2da..daad01d2a 100644
--- a/src/components/dialogs/SwitchAccount.tsx
+++ b/src/components/dialogs/SwitchAccount.tsx
@@ -56,6 +56,8 @@ export function SwitchAccountDialog({
             pendingDid={pendingDid}
           />
         </View>
+
+        <Dialog.Close />
       </Dialog.ScrollableInner>
     </Dialog.Outer>
   )