From 12807fb13e1409e23f5b9fecaa5baa2f6c80c464 Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Fri, 11 Nov 2022 07:34:27 -0500 Subject: [PATCH] commit --- src/router/router-constants/routing-table.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index acee315a..717ef11e 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -57,19 +57,19 @@ const routingTable = function(store) { ] }, { - issPageValue: issPageValue.VEHICLE_DAMAGE, + issPageValue: issPageValues.VEHICLE_DAMAGE, maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationIssPageValue: issPageValue.VEHICLE_STYLE, + destinationIssPageValue: issPageValues.VEHICLE_STYLE, }, { scenario: navigationScenarios.CLICKED_FORWARD_WITH_VIN, - destinationIssPageValue: issPageValue.WELCOME_PAGE, + destinationIssPageValue: issPageValues.WELCOME_PAGE, }, { scenario: navigationScenarios.CLICKED_FORWARD_WITHOUT_VIN, - destinationIssPageValue: issPageValue.WELCOME_PAGE, + destinationIssPageValue: issPageValues.WELCOME_PAGE, }, ], },