From ca638bf040b9ba18e6fea0259d7def8f5eea508a Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 2 May 2022 16:56:36 -0400 Subject: [PATCH] Fix typo. --- 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 7f963289d..d75e30fc6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -142,7 +142,7 @@ export const mutations = { state.order.vehicle.registration.zipCode = registrationZipCode; }, updateRegistrationAddress(state, reistrationAddress){ - state.order.vehicle.registration.address = reistrationAddress; + state.order.vehicle.registration.address = registrationAddress; }, updateServiceLocationZip(state, serviceLocationZip){ state.order.serviceLocation.zip = serviceLocationZip;