Skip to content

Commit

Permalink
Fix safeapps and walletconnect events
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 21, 2023
1 parent 3f6cba4 commit a7bf518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ReviewSafeAppsTx = ({
}

// Track tx creation
if (safeTx.signatures.size === 1) {
if (safeTx.signatures.size === 0) {
trackEvent({
...TX_EVENTS.CREATE,
label: isWalletConnectSafeApp(app?.url || '') ? TX_TYPES.walletconnect : TX_TYPES.safeapps,
Expand Down

0 comments on commit a7bf518

Please sign in to comment.