From 22b2fb90a1efe05b94a9e38f9d7656a75d51c83a Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Sun, 5 Jan 2025 17:58:43 +0100 Subject: [PATCH] pass hasSendWallet to ItemAct actor --- 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 7733b4a12a..769d68f858 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 ? {