Trying Again...

This commit is contained in:
DavidAtSafelite 2023-07-31 13:03:37 -04:00
parent d2f8dd80d4
commit 288b217ace

View file

@ -3,8 +3,7 @@ import { navigationScenarios } from '@/router/router-constants/navigation-scenar
// Get store from router/index.js instead of importing it here to get updated values
const routingTable = function () {
return [
const routingTable = () => [
{
issPageValue: issPageValues.VEHICLE_SELECTION,
maps: [
@ -595,3 +594,4 @@ const routingTable = function () {
];
export { routingTable };