From 3ea33cb607e591befc1a556ca4ff81b98bbb6c19 Mon Sep 17 00:00:00 2001 From: berkansasmaz Date: Thu, 3 Mar 2022 17:47:55 +0300 Subject: [PATCH] Update Pricing.cshtml --- src/EventHub.Web/Pages/Pricing.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EventHub.Web/Pages/Pricing.cshtml b/src/EventHub.Web/Pages/Pricing.cshtml index 5aa1ed7..e6027ac 100644 --- a/src/EventHub.Web/Pages/Pricing.cshtml +++ b/src/EventHub.Web/Pages/Pricing.cshtml @@ -33,7 +33,7 @@
  • @additionalFeatureInfo
  • } - @if (Model.Organization.PlanType == plan.PlanType && plan.Price > 0) + @if (Model.Organization.PlanType == plan.PlanType && plan.Price > 0 && plan.IsExtendable) {
    @@ -41,7 +41,7 @@ Extend Now
    } - else if (plan.IsExtendable) + else if (plan.Price > 0) {