From a33712f1080e406b40047e10b87e1f0925e00f32 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Fri, 8 Nov 2024 17:48:51 +0700 Subject: [PATCH] Feat: utm fix --- apps/frontend/src/components/billing/main.billing.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/billing/main.billing.component.tsx b/apps/frontend/src/components/billing/main.billing.component.tsx index d528ceaa..3a4e331d 100644 --- a/apps/frontend/src/components/billing/main.billing.component.tsx +++ b/apps/frontend/src/components/billing/main.billing.component.tsx @@ -389,7 +389,7 @@ export const MainBillingComponent: FC<{ setLoading(false); }, - [monthlyOrYearly, subscription, user] + [monthlyOrYearly, subscription, user, utm] ); if (user?.isLifetime) {