pull/36/head untagged-be80698d9bcc170dba48
portree_kid 5 years ago
parent 2d5f2f0063
commit 5be00f012f

@ -8,7 +8,7 @@ const mutations = {
},
UPDATE_PARKING: (state, item) => {
const existingItem = state.items.find((i) => i.index === item.index)
if (existingItem!==undefined) {
if (existingItem !== undefined) {
Object.assign(existingItem, item)
}
},

Loading…
Cancel
Save