diff options
author | Chenyu Huang <itschenyu@gmail.com> | 2025-08-19 16:29:18 -0700 |
---|---|---|
committer | Chenyu Huang <itschenyu@gmail.com> | 2025-08-19 16:37:49 -0700 |
commit | 68e0a78f70478f1398f1fe65657257a9f2cd1d08 (patch) | |
tree | ce7488e06f31b6b378443f19c1277ba0fa5f58ba /src/view/com/profile/ProfileMenu.tsx | |
parent | e32f280f472a6793c10f23d6363e3577dfef39db (diff) | |
download | voidsky-68e0a78f70478f1398f1fe65657257a9f2cd1d08.tar.zst |
loading state
Diffstat (limited to 'src/view/com/profile/ProfileMenu.tsx')
-rw-r--r-- | src/view/com/profile/ProfileMenu.tsx | 11 |
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} |