From 73d3ab672e0809222f4cee75765d72fa74ceb7d1 Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 2 May 2022 17:05:51 -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 d75e30fc6..66005abd5 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -141,7 +141,7 @@ export const mutations = { updateRegistrationZipCode(state, registrationZipCode){ state.order.vehicle.registration.zipCode = registrationZipCode; }, - updateRegistrationAddress(state, reistrationAddress){ + updateRegistrationAddress(state, registrationAddress){ state.order.vehicle.registration.address = registrationAddress; }, updateServiceLocationZip(state, serviceLocationZip){