From 7e1eb15d3f7a4e4225d3e26dafb7b1ea0e25e5ec Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Wed, 9 Nov 2022 12:41:48 -0500 Subject: [PATCH] commit --- src/store/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 26e4df41..95f43f46 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -49,8 +49,7 @@ export const useMainStore = defineStore({ id: storeId, state: () => state, getters: { - vehicle: this.order.vehicle - }, + vehicle: this.order.vehicle, eventBusItem: (state) => ( eventCategory, eventSubCategory) => { const matchedEvent = state.applicationUser.eventBus.find(