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) {