Update routing.

This commit is contained in:
bmauger 2022-03-10 16:10:20 -05:00
parent 98e3b7026a
commit 5370e1ce86

View file

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