Make sure to hide the billing header when billing is disabled

This commit is contained in:
Joseph Schorr 2016-04-28 15:41:32 -04:00
parent 23b5edba9b
commit 6497a5b18b
3 changed files with 4 additions and 4 deletions

View file

@ -131,7 +131,7 @@
</div>
<!-- Billing Information -->
<div class="settings-section">
<div class="settings-section" quay-show="Features.BILLING">
<h3>Billing Information</h3>
<div class="billing-management-panel" user="context.viewuser" is-enabled="showBillingCounter"></div>
</div>