Skip to content

Commit

Permalink
CM-417 Include previous state in task definition (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
malinowskikam authored Jan 10, 2024
1 parent 4cec560 commit ea61b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tasks/BenefitPlanTasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const BenefitPlanTaskItemFormatters = () => [
(benefitPlan) => benefitPlan?.date_valid_to,
(benefitPlan) => benefitPlan?.max_beneficiaries,
(benefitPlan) => benefitPlan?.institution,
(benefitPlan) => benefitPlan?.beneficiary_data_schema,
(benefitPlan) => JSON.stringify(benefitPlan?.beneficiary_data_schema),
];

export { BenefitPlanTaskTableHeaders, BenefitPlanTaskItemFormatters };

0 comments on commit ea61b9f

Please sign in to comment.