From f3140dbccf7793655be4c4c6ce7942e48c6a607d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 1 Dec 2025 13:37:31 +0200 Subject: [PATCH] disable menu for self --- src/view/com/profile/ProfileMenu.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 + + + + )}