diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 7cc111d58..0c2beffee 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -66,7 +66,7 @@ const routingTable = function (store) { maps: [ { scenario: navigationScenarios.CLICKED_BACK, - destinationFmgPageValue: fmgPageValues.VEHICLE_STYLE, + destinationFmgPageValue: fmgPageValues.VEHICLE, }, { scenario: navigationScenarios.CLICKED_FORWARD_WITH_VIN, @@ -466,7 +466,7 @@ const routingTable = function (store) { maps: [ { scenario: navigationScenarios.CLICKED_VEHICLE_EDIT, - destinationFmgPageValue: fmgPageValues.VEHICLE_YEAR, + destinationFmgPageValue: fmgPageValues.VEHICLE, }, { scenario: navigationScenarios.CLICKED_DAMAGE_EDIT,