Skip to content

Commit

Permalink
remove proof of like check
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen0 committed Apr 16, 2024
1 parent d1cfb03 commit 3f32d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wizard/PWizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</p-button>
</template>
<p-button :disabled="isOnFirstStep" @click="handlePreviousButtonClick">
Previous 88
Previous
</p-button>
<p-button primary :loading="loading" @click="handleNextButtonClick">
{{ nextButtonText }}
Expand Down

0 comments on commit 3f32d1b

Please sign in to comment.