From 95950cdff8983af3e1f4d03761d2f2d7bbccf4e0 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Sun, 5 Jan 2025 18:25:49 +0100 Subject: [PATCH] pass hasSendWallet to ItemAct actor (#1804) --- components/item-act.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/item-act.js b/components/item-act.js index 7733b4a1..769d68f8 100644 --- a/components/item-act.js +++ b/components/item-act.js @@ -126,7 +126,8 @@ export default function ItemAct ({ onClose, item, act = 'TIP', step, children, a variables: { id: item.id, sats: Number(amount), - act + act, + hasSendWallet: wallets.length > 0 }, optimisticResponse: me ? {