Hide the subscription panel in the mobile apps

This commit is contained in:
Jay Ohms
2026-02-27 09:40:05 -05:00
parent 11e81a255f
commit d758d9913e
@@ -1,5 +1,5 @@
<% if Current.user.admin? && !Current.account.comped? %>
<section class="panel panel--wide settings-subscription__panel shadow center margin-block-double">
<section class="panel panel--wide settings-subscription__panel shadow center margin-block-double hide-on-native">
<h2 id="subscription" class="divider settings-subscription__divider txt-small txt-uppercase margin-none">Subscription</h2>
<% if Current.account.plan.free? %>