diff --git a/src/features/congregation/app_access/user_details/user_rights/index.tsx b/src/features/congregation/app_access/user_details/user_rights/index.tsx index 23bb5f0886..38a549ba73 100644 --- a/src/features/congregation/app_access/user_details/user_rights/index.tsx +++ b/src/features/congregation/app_access/user_details/user_rights/index.tsx @@ -43,7 +43,7 @@ const UserRights = () => { className="body-regular" color="var(--grey-400)" content={ - user.profile.cong_role.includes('publisher') + user.profile.cong_role?.includes('publisher') ? t('tr_publisherStatusDefault') : t('tr_midweekStudentStatusDefault') }