diff --git a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php index c5f92ba13cd6..2d53fb497d67 100644 --- a/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/billing-portal-purchase.blade.php @@ -139,7 +139,7 @@ @endif - @if(!empty($billing_subscription->promo_code)) + @if(!empty($billing_subscription->promo_code) && !$billing_subscription->trial_enabled)