CASH-187: More Prettier
This commit is contained in:
parent
8faec89124
commit
baf7e721ec
1 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const pagePercentageMapper = {
|
||||
"vehicle": 4,
|
||||
vehicle: 4,
|
||||
"vehicle-damage": 16,
|
||||
"estimate": 28,
|
||||
estimate: 28,
|
||||
"service-zip": 32,
|
||||
"vin-lookup": 32,
|
||||
"license-plate-lookup": 32,
|
||||
|
|
@ -11,14 +11,14 @@ const pagePercentageMapper = {
|
|||
"molding-questions": 40,
|
||||
"vehicle-parts": 40,
|
||||
"capability-questions": 40,
|
||||
"quote": 48,
|
||||
quote: 48,
|
||||
"insurance-company": 52,
|
||||
"service-location": 60,
|
||||
"schedule": 72,
|
||||
schedule: 72,
|
||||
"customer-details": 84,
|
||||
"payment-method": 92,
|
||||
"payment": 96,
|
||||
"confirmation": 100,
|
||||
payment: 96,
|
||||
confirmation: 100,
|
||||
};
|
||||
|
||||
export const getProgressBarPercentage = (page) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue