From 5371e1abf8a39980c7cddaa17c5959921c388b19 Mon Sep 17 00:00:00 2001 From: k00b Date: Thu, 26 Sep 2024 09:53:25 -0500 Subject: [PATCH] fix bounty paid action notification --- components/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,