Skip to content

Commit

Permalink
CM-919: added adjustments for benefit tab for group beneficiaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Jun 6, 2024
1 parent 862d1d8 commit 4b0ef2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const BENEFICIARY_FULL_PROJECTION = () => [

const GROUP_BENEFICIARY_FULL_PROJECTION = () => [
'id',
'group {id, code}',
'group {id, code, head {uuid}}',
'status',
];

Expand Down Expand Up @@ -102,6 +102,7 @@ export function fetchBeneficiariesGroup(modulesManager, variables) {
group {
uuid,
id,
head{uuid},
}
status
}
Expand Down
1 change: 0 additions & 1 deletion src/components/BenefitPackageBenefitsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function BenefitPackageBenefitsTabLabel({
function BenefitPackageBenefitsTabPanel({
value, beneficiary, rights, classes, benefitPlan, groupBeneficiaries,
}) {
if (!beneficiary) return null;
return (
<PublishedComponent
pubRef="policyHolder.TabPanel"
Expand Down

0 comments on commit 4b0ef2f

Please sign in to comment.