fix: track once.

This commit is contained in:
Darshan
2025-09-30 09:37:09 +05:30
parent 457f805423
commit e0f2a37761
+2
View File
@@ -30,7 +30,9 @@
if (id !== null && !id.length) {
id = null;
}
});
$effect(() => {
if (show) {
trackEvent(Click.ShowCustomIdClick);
}