Prettified

This commit is contained in:
Leah Schumann 2023-06-02 07:38:42 -04:00
parent 952d99d392
commit c26b03e961

View file

@ -1835,7 +1835,7 @@ export const actions = {
},
saveGlassParts(context, parts) {
context.commit(storeMutations.UPDATE_GLASS_PARTS, parts);
context.commit(storeMutations.UPDATE_GLASS_PARTS, parts);
},
clearVin(context) {