diff --git a/dashboard/src/pages/RegisterInterest.vue b/dashboard/src/pages/RegisterInterest.vue index 46c3637..d5d082d 100644 --- a/dashboard/src/pages/RegisterInterest.vue +++ b/dashboard/src/pages/RegisterInterest.vue @@ -108,7 +108,6 @@ const registerResource = createResource({ }); function registerInterest() { - if (window.fbq) window.fbq("track", "AddToCart"); registerResource.submit({ campaign: props.campaign, });