Skip to content

Commit

Permalink
Merge branch 'main' into fft-179/link-forecast-to-payroll
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard authored Feb 10, 2025
2 parents b29162e + 20e64e4 commit c9d28d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ForecastTable({ forecast, months }) {
className={`govuk-table__cell ${isActualClass}`}
key={month.key}
>
£{formatMoney(row[month.key])}
£{formatMoney(row[month.key] ?? 0)}
</td>
);
})}
Expand Down

0 comments on commit c9d28d9

Please sign in to comment.