From 61d275ec7c099e84cc2e409838a2ade2c45eb2dc Mon Sep 17 00:00:00 2001 From: Sergei Date: Fri, 9 Jan 2026 19:57:10 -0800 Subject: [PATCH] Remove role display from beneficiary detail header --- app/(tabs)/beneficiaries/[id]/index.tsx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/app/(tabs)/beneficiaries/[id]/index.tsx b/app/(tabs)/beneficiaries/[id]/index.tsx index 52bf485..490d8ee 100644 --- a/app/(tabs)/beneficiaries/[id]/index.tsx +++ b/app/(tabs)/beneficiaries/[id]/index.tsx @@ -344,14 +344,7 @@ export default function BeneficiaryDetailScreen() { )} - - {beneficiary.name} - {beneficiary.role && ( - - {beneficiary.role.charAt(0).toUpperCase() + beneficiary.role.slice(1)} - - )} - + {beneficiary.name}