about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
authorChenyu Huang <itschenyu@gmail.com>2025-08-19 16:29:18 -0700
committerChenyu Huang <itschenyu@gmail.com>2025-08-19 16:37:49 -0700
commit68e0a78f70478f1398f1fe65657257a9f2cd1d08 (patch)
treece7488e06f31b6b378443f19c1277ba0fa5f58ba /src/view
parente32f280f472a6793c10f23d6363e3577dfef39db (diff)
downloadvoidsky-68e0a78f70478f1398f1fe65657257a9f2cd1d08.tar.zst
loading state
Diffstat (limited to 'src/view')
-rw-r--r--src/view/com/profile/ProfileMenu.tsx11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx
index 569823da6..df8b2e481 100644
--- a/src/view/com/profile/ProfileMenu.tsx
+++ b/src/view/com/profile/ProfileMenu.tsx
@@ -452,13 +452,10 @@ let ProfileMenu = ({
         </Menu.Outer>
       </Menu.Root>
 
-      {currentAccount && (
-        <StarterPackDialog
-          control={addToStarterPacksDialogControl}
-          accountDid={currentAccount.did}
-          targetDid={profile.did}
-        />
-      )}
+      <StarterPackDialog
+        control={addToStarterPacksDialogControl}
+        targetDid={profile.did}
+      />
 
       <ReportDialog
         control={reportDialogControl}