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, }, ], },