mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
chore: resolved function call in pricing (#837)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user