Skip to content

Commit

Permalink
Fix tracking on evm following update on ethereum
Browse files Browse the repository at this point in the history
cf. #4073
  • Loading branch information
chabroA committed Aug 24, 2023
1 parent 4dd1d1e commit 0dac969
Showing 1 changed file with 1 addition and 1 deletion.
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 0dac969

Please sign in to comment.