fix bounty paid action notification
This commit is contained in:
parent
0d4c8cdc23
commit
5371e1abf8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue