Skip to content

Commit

Permalink
#3 some clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed May 31, 2021
1 parent b612a7a commit 661d9c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/PayInvoice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ export default {
response.data.payment_hash
)
if (res.data.paid) {
// this.showDialog = false
dismissPaymentMsg()
clearInterval(this.parse.paymentChecker)
Expand All @@ -330,9 +331,6 @@ export default {
})
break
}
setTimeout(() => {
this.closeDialog()
}, 4000)
}
}
}, 2000)
Expand Down

0 comments on commit 661d9c3

Please sign in to comment.