From f5a8d1ce9dab4b161cf28b702478aa8b635a2a7c Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 14 Aug 2025 08:08:17 -0400 Subject: [PATCH] BRM remove commented code. --- src/constants/progress-bar-mapper.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/progress-bar-mapper.js b/src/constants/progress-bar-mapper.js index 5776731da..7c2aa4891 100644 --- a/src/constants/progress-bar-mapper.js +++ b/src/constants/progress-bar-mapper.js @@ -49,7 +49,7 @@ export const pageProgressMapper = { step: 1, }, quote: { - percent: 62, //The first Step 2 must be 39 so the animated bar lines up with the dot + percent: 62, step: 2, }, "insurance-company": { @@ -61,7 +61,7 @@ export const pageProgressMapper = { step: 2, }, schedule: { - percent: 76, //The first Step 3 must be 70.5 so the animated bar lines up with the dot + percent: 76, step: 3, }, "mobile-details": { @@ -73,7 +73,7 @@ export const pageProgressMapper = { step: 3, }, "payment-method": { - percent: 97, //The first Step 4 must be 97 so the animated bar lines up with the dot + percent: 97, step: 4, }, payment: {