Skip to content

Commit

Permalink
Fix pending shown after QR invoice canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Dec 2, 2024
1 parent 9940588 commit e805331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/item-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function PaymentInfo ({ item, disableRetry, setDisableRetry }) {
>pending
</span>
)
onClick = () => waitForQrPayment({ id: item.invoice?.id }, null, { cancelOnClose: false }).catch(console.error)
onClick = () => waitForQrPayment({ id: item.invoice?.id }).catch(console.error)
}
} else {
return null
Expand Down

0 comments on commit e805331

Please sign in to comment.