added missing comma

This commit is contained in:
Donielle Austin 2022-06-24 16:08:27 -04:00
parent 7e8513cdd6
commit 2fb78f4fc5

View file

@ -225,8 +225,7 @@ methods: {
this.glassParts[g.glassLocation + "-" + g.glassName] = {
[g.glassLocation]: [partNumber],
};
}
});
}
});
});
});