Update routing.
This commit is contained in:
parent
98e3b7026a
commit
5370e1ce86
1 changed files with 0 additions and 13 deletions
|
|
@ -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 };
|
export { routingTable };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue