diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx index 8d7846d815..684dcbf0fe 100644 --- a/src/view/com/profile/ProfileMenu.tsx +++ b/src/view/com/profile/ProfileMenu.tsx @@ -329,15 +329,17 @@ let ProfileMenu = ({ )} )} - - - Add to starter packs - - - + {!isSelf && ( + + + Add to starter packs + + + + )}