diff --git a/zmscitizenview/src/components/Appointment/CustomerInfo.vue b/zmscitizenview/src/components/Appointment/CustomerInfo.vue
index 05d9e6da93..7358b4034f 100644
--- a/zmscitizenview/src/components/Appointment/CustomerInfo.vue
+++ b/zmscitizenview/src/components/Appointment/CustomerInfo.vue
@@ -40,9 +40,7 @@
>
{{ t("back") }}
-
+
{{ t("next") }}
@@ -134,7 +132,7 @@ const nextStep = () => {
if (validForm.value) {
emit("next");
}
-}
+};
const previousStep = () => emit("back");