Add missing tag to custom zap toasts
This commit is contained in:
parent
5efbe2e0a6
commit
17071fa615
|
@ -115,6 +115,7 @@ export default function ItemAct ({ onClose, itemId, down, children }) {
|
|||
return {
|
||||
skipToastFlow,
|
||||
flowId,
|
||||
tag: itemId,
|
||||
type: 'zap',
|
||||
pendingMessage: `${down ? 'down' : ''}zapped ${sats} sats`,
|
||||
onPending: async () => {
|
||||
|
|
Loading…
Reference in New Issue