Skip to content

Commit

Permalink
CM-838: fix total number of benefits (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <[email protected]>
  • Loading branch information
jdolkowski and Jan authored Mar 26, 2024
1 parent d6f3447 commit 80cf81f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function BenefitConsumptionPayrollSearcher({
if (payrollBenefitConsumptionsTotalCount > totalNumberOfBenefits) {
setTotalNumberOfBenefits(payrollBenefitConsumptionsTotalCount);
}
}, [benefitsSummary]);
}, [payrollBenefitConsumptionsTotalCount]);

const benefitConsumptionPayrollFilter = ({ filters, onChangeFilters }) => (
<BenefitConsumptionPayrollFilter
Expand Down

0 comments on commit 80cf81f

Please sign in to comment.