Skip to content

Commit 41ddad9

Browse files
committed
fix: wallet filter device boolean logging
Fixes reversal of true/false for "Toggle Desktop/Browser/Mobile". Adds "to" to differentiate between old logs (where T/F have flipped meanings) and the new corrected entries.
1 parent a3e18e3 commit 41ddad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FindWallet/WalletFilterFeature.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ const WalletFilterFeature = ({
176176
eventAction: `${filterOption.title}`,
177177
eventName: `Toggle ${
178178
item.title
179-
} ${!item.showOptions}`,
179+
} to ${item.showOptions}`,
180180
})
181181
}
182182
}

0 commit comments

Comments
 (0)