Remove testing logic

This commit is contained in:
Andy Smith
2025-12-17 11:26:59 -06:00
parent b87ae1494a
commit caefa72748
@@ -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 %>