Add missing tag to custom zap toasts

This commit is contained in:
ekzyis 2024-03-24 19:13:00 +01:00
parent 5efbe2e0a6
commit 17071fa615
1 changed files with 1 additions and 0 deletions

View File

@ -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 () => {