diff --git a/components/notifications.js b/components/notifications.js index 65fa72ad..22478990 100644 --- a/components/notifications.js +++ b/components/notifications.js @@ -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,