fix bounty paid action notification

This commit is contained in:
k00b 2024-09-26 09:53:25 -05:00
parent 0d4c8cdc23
commit 5371e1abf8
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ function InvoicePaid ({ n }) {
function useActRetry ({ invoice }) {
const bountyCacheMods =
invoice.item.root?.bounty === invoice.satsRequested && invoice.item.root?.mine
? payBountyCacheMods()
? payBountyCacheMods
: {}
return useAct({
query: RETRY_PAID_ACTION,