From 47e1a39bb93c2e57498b22dabb0eb0e70cb48164 Mon Sep 17 00:00:00 2001 From: Hentry Martin Date: Mon, 26 Jan 2026 19:45:15 +0530 Subject: [PATCH] fix: show add phone numbers only to self --- src/apps/profiles/src/member-profile/phones/Phones.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/profiles/src/member-profile/phones/Phones.tsx b/src/apps/profiles/src/member-profile/phones/Phones.tsx index 297c71fdc..3c87d2f33 100644 --- a/src/apps/profiles/src/member-profile/phones/Phones.tsx +++ b/src/apps/profiles/src/member-profile/phones/Phones.tsx @@ -84,7 +84,7 @@ const Phones: FC = (props: PhonesProps) => { onEdit={index === 0 ? handleEditPhonesClick : undefined} /> ))} - {canSeePhonesValue && phones.length === 0 && ( + {canEdit && phones.length === 0 && (