From caefa727482b4968f1ce11382a7d556d966c30aa Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 17 Dec 2025 11:26:59 -0600 Subject: [PATCH] Remove testing logic --- saas/app/views/cards/container/footer/saas/_create.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saas/app/views/cards/container/footer/saas/_create.html.erb b/saas/app/views/cards/container/footer/saas/_create.html.erb index 2b7e8ca95..295c9bd19 100644 --- a/saas/app/views/cards/container/footer/saas/_create.html.erb +++ b/saas/app/views/cards/container/footer/saas/_create.html.erb @@ -1,4 +1,4 @@ -<% if !Current.account.exceeding_card_limit? %> +<% if Current.account.exceeding_card_limit? %> <%= render "account/subscriptions/upgrade" %> <% else %> <%= render "cards/container/footer/create", card: card %>