chore: resolved function call in pricing (#837)

This commit is contained in:
guru_sainath
2024-08-14 20:19:46 +05:30
committed by GitHub
parent c87b35d65d
commit 782eac875d

View File

@@ -266,7 +266,7 @@ export const ProPlanCloudUpgradeModal: FC<ProPlanCloudUpgradeModalProps> = (prop
features={PRO_PLAN_FEATURES_MAP}
isLoading={isLoading}
handlePaymentLink={(priceId: string) =>
isInTrailPeriod ? handleSubscriptionPageRedirection : handlePaymentLink(priceId)
isInTrailPeriod ? handleSubscriptionPageRedirection() : handlePaymentLink(priceId)
}
yearlyPlanOnly={yearlyPlan}
trialLoader={trialLoader}