Skip to content

Commit 58ebcca

Browse files
Update map-nav.svelte
1 parent 1980227 commit 58ebcca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/components/appwrite-network/map-nav.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
)}
7070
style="animation-delay:{index * 75}ms;"
7171
onclick={() => {
72-
trackEvent(`network-map-nav-${value}-click`);
72+
trackEvent(
73+
`network-map-nav-${value.toLowerCase().replace(' ', '-')}-click`
74+
);
7375
}}
7476
>
7577
<Icon

0 commit comments

Comments
 (0)