Skip to content

Commit

Permalink
Bugfix/lld/fix eth stake track (#4073)
Browse files Browse the repository at this point in the history
* fix: fix Lido/Kiln button analytics not working

* chore: add changeset
  • Loading branch information
sarneijim authored and hakim-adamik committed Jul 21, 2023
1 parent d301742 commit 580baaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-pots-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Fix Lido/Kiln button analytics not working
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Props = {

export function getTrackProperties({ value, modal = "stake" }: Props) {
return {
page: window.location.hash
path: window.location.hash
.split("/")
.filter(e => e !== "#")
.join("/"),
Expand Down

0 comments on commit 580baaa

Please sign in to comment.