Merge pull request #2625 from basecamp/mobile/hide-subscriptions

Mobile: Hide the subscription panel in the mobile apps
This commit is contained in:
Jay Ohms
2026-02-27 09:47:28 -05:00
committed by GitHub
@@ -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? %>