Skip to content

Commit 95950cd

Browse files
authored
pass hasSendWallet to ItemAct actor (#1804)
1 parent 529b5d1 commit 95950cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/item-act.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ export default function ItemAct ({ onClose, item, act = 'TIP', step, children, a
126126
variables: {
127127
id: item.id,
128128
sats: Number(amount),
129-
act
129+
act,
130+
hasSendWallet: wallets.length > 0
130131
},
131132
optimisticResponse: me
132133
? {

0 commit comments

Comments
 (0)