Merged in release/2022-02-18 (pull request #400)

CI Fix.
This commit is contained in:
Patrick Fic
2022-02-17 01:12:36 +00:00

View File

@@ -81,7 +81,7 @@ export function JobTotalsTableTotals({ bodyshop, job }) {
bold: true, bold: true,
}, },
]; ];
}, [job.job_totals, t]); }, [job.job_totals, t, bodyshop.region_config]);
const columns = [ const columns = [
{ {