Skip to content

Commit

Permalink
feat(ZMS-2936): format code
Browse files Browse the repository at this point in the history
  • Loading branch information
lehju committed Dec 10, 2024
1 parent 68e00fd commit 5f3f845
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zmscitizenview/src/components/Appointment/CustomerInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
>
<template #default>{{ t("back") }}</template>
</muc-button>
<muc-button
@click="nextStep"
>
<muc-button @click="nextStep">
<template #default>{{ t("next") }}</template>
</muc-button>
</div>
Expand Down Expand Up @@ -134,7 +132,7 @@ const nextStep = () => {
if (validForm.value) {
emit("next");
}
}
};
const previousStep = () => emit("back");
</script>

Expand Down

0 comments on commit 5f3f845

Please sign in to comment.