From 2fb78f4fc563af83436410e3441ca4a2bc84fd25 Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Fri, 24 Jun 2022 16:08:27 -0400 Subject: [PATCH] added missing comma --- src/layouts/vehicle-parts/vehicle-parts.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index f4c0f37b1..8228dc92d 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -225,8 +225,7 @@ methods: { this.glassParts[g.glassLocation + "-" + g.glassName] = { [g.glassLocation]: [partNumber], }; - } - }); + } }); }); });