Skip to content

Commit

Permalink
Merge pull request #10885 from hassnian/issue-10880
Browse files Browse the repository at this point in the history
fix: Paid mint auto-teleport modal closing on retry
  • Loading branch information
vikiival authored Aug 22, 2024
2 parents c83aa5d + a647788 commit cdc2308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/autoTeleport/AutoTeleportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="sm:w-[25rem]">
<ModalBody
:title="$i18n.t('autoTeleport.signTransactions')"
@click="onClose"
@close="onClose"
>
<ModalIdentityItem />

Expand Down

0 comments on commit cdc2308

Please sign in to comment.