Make sure to hide the billing header when billing is disabled
This commit is contained in:
parent
23b5edba9b
commit
6497a5b18b
3 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue