Skip to content

Commit

Permalink
fix: remove currentStep assignation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Jun 18, 2024
1 parent 1b516cb commit b11f7de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Thanks/LoanNextSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default {
},
async mounted() {
await this.$nextTick();
this.currentStep = 1;
}
};
</script>
Expand Down

0 comments on commit b11f7de

Please sign in to comment.