From 94f038059d208d932014e5f0c20e05cac9070db2 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 12 Sep 2023 10:55:30 -0400 Subject: [PATCH] CSR-1630 prettier --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 5050ca831..976ef0d2e 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1681,7 +1681,7 @@ export const actions = { } } - if (registrationInfo){ + if (registrationInfo) { context.commit(storeMutations.UPDATE_VEHICLE, vehicleInfo); context.commit(storeMutations.UPDATE_REGISTRATION, registrationInfo); }