Fixing routing-table

This commit is contained in:
Max 2021-12-17 09:20:14 -05:00
parent f9432fb24e
commit 695842cf84

View file

@ -9,15 +9,6 @@ const routingTable = [
scenario: navigationScenarios.SELECTED_YEAR,
destinationFmgPageValue: fmgPageValues.VEHICLE_MAKE,
},
{
fmgPageValue: fmgPageValues.VEHICLE_MAKE,
maps: [
{
scenario: navigationScenarios.SELECTED_MAKE,
destinationFmgPageValue: fmgPageValues.VEHICLE_MODEL,
},
],
},
],
},
{
@ -48,4 +39,4 @@ const routingTable = [
},
];
export { routingTable };
export { routingTable };