pass hasSendWallet to ItemAct actor (#1804)
This commit is contained in:
parent
529b5d1fef
commit
95950cdff8
@ -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
|
||||
? {
|
||||
|
Loading…
x
Reference in New Issue
Block a user