Hide attribution table sort indicator when there are no paid tiers

no ref
This commit is contained in:
Djordje Vlaisavljevic 2023-09-22 13:21:19 +01:00
parent 9b2a94f931
commit b5f110aabf

View File

@ -6,7 +6,7 @@
class="gh-dashboard-list-title {{if (eq @sortColumn "signups") "sorted-by"}}"
{{on "click" (fn @setSortColumn "signups")}}
>
<span class="hide-when-small">Free </span>signups{{svg-jar "arrow-down-fill"}}
<span class="hide-when-small">Free </span>signups{{#if this.membersUtils.paidMembersEnabled}}{{svg-jar "arrow-down-fill"}}{{/if}}
</div>
{{#if this.membersUtils.paidMembersEnabled}}
<div