This commit is contained in:
Kulbhushan Kaushik 2022-11-11 07:34:27 -05:00
parent 2ba1f71767
commit 12807fb13e

View file

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