From b0f4ad7e4fbc8a5d3c76d2ec4a5e7396e402cb22 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 26 Jan 2024 11:48:43 -0500 Subject: [PATCH] - Progress Update Signed-off-by: Dave Richer --- .../src/components/job-lifecycle/job-lifecycle.component.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/job-lifecycle/job-lifecycle.component.jsx b/client/src/components/job-lifecycle/job-lifecycle.component.jsx index 1bfeef189..3ccbba47c 100644 --- a/client/src/components/job-lifecycle/job-lifecycle.component.jsx +++ b/client/src/components/job-lifecycle/job-lifecycle.component.jsx @@ -10,10 +10,9 @@ require('./job-lifecycle.styles.scss'); // Get Bodyshop record // md_RepairStatus -// All status, array of strings, all statuses available system wide, the order is meaningful. +// All status, array of strings, all statuses available system-wide, the order is meaningful. // CHECK SORT OF LEGEND - // show text on bar if text can fit export function JobLifecycleComponent({job, ...rest}) { const [loading, setLoading] = useState(true); @@ -142,7 +141,6 @@ export function JobLifecycleComponent({job, ...rest}) { {lifecycleData.durations.summations.map((key, index, array) => { const isFirst = index === 0; const isLast = index === array.length - 1; - return (