There was an error while loading. Please reload this page.
1 parent 778fe8f commit 14e6459Copy full SHA for 14e6459
1 file changed
apps/landing-page/app/pages/pricing/index.astro
@@ -1227,8 +1227,6 @@ const jsonLd = [
1227
let message = '';
1228
if (!pricingContext.current && !pricingContext.checkoutAllowed) {
1229
message = actionLabels.checkoutUnavailable;
1230
- } else if (pricingContext.current && pricingContext.cancelAtPeriodEnd) {
1231
- message = actionLabels.currentCanceling;
1232
} else if (pricingContext.pendingChange) {
1233
const plan = pricingContext.pendingChange.tier.charAt(0).toUpperCase()
1234
+ pricingContext.pendingChange.tier.slice(1);
0 commit comments