From de7df6bf16238b1c96a92cd8832bb7fc2249c87e Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 6 Nov 2020 08:17:52 -0800 Subject: [PATCH] Adjusted reporting summary columns to correct area. --- .../reporting-jobs-list/reporting-jobs-list.molecule.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/reporting-jobs-list/reporting-jobs-list.molecule.jsx b/src/components/molecules/reporting-jobs-list/reporting-jobs-list.molecule.jsx index ec732ae..ae9e6f2 100644 --- a/src/components/molecules/reporting-jobs-list/reporting-jobs-list.molecule.jsx +++ b/src/components/molecules/reporting-jobs-list/reporting-jobs-list.molecule.jsx @@ -176,13 +176,13 @@ export function ReportingJobsListMolecule({ - + + {scoreCard && scoreCard.allJobsSumDbPrice.toFormat()} - + {scoreCard && scoreCard.allJobsSumActPrice.toFormat()} - )}