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 {
|
return {
|
||||||
skipToastFlow,
|
skipToastFlow,
|
||||||
flowId,
|
flowId,
|
||||||
|
tag: itemId,
|
||||||
type: 'zap',
|
type: 'zap',
|
||||||
pendingMessage: `${down ? 'down' : ''}zapped ${sats} sats`,
|
pendingMessage: `${down ? 'down' : ''}zapped ${sats} sats`,
|
||||||
onPending: async () => {
|
onPending: async () => {
|
||||||
|
|
Loading…
Reference in New Issue