Merge pull request #286 from Safelite/BRM-routing-update

Update routing table.
This commit is contained in:
bmauger 2022-03-10 16:39:22 -05:00 committed by GitHub
commit 4e49dde20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,6 +84,19 @@ const routingTable = [
},
],
},
{
fmgPageValue: fmgPageValues.REVEAL,
maps: [
{
scenario: navigationScenarios.CLICKED_BACK,
destinationFmgPageValue: fmgPageValues.VEHICLE_DAMAGE,
},
{
scenario: navigationScenarios.SELECTED_PARTS,
destinationFmgPageValue: fmgPageValues.VIN_LOOKUP,
},
],
},
];
export { routingTable };