diff --git a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs
index 3827952928..1434be8b47 100644
--- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs
+++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs
@@ -1,22 +1,18 @@
{{#each this.sources as |sourceData|}}
@@ -26,7 +22,6 @@
{{!-- * --}}
- {{#if (eq @sortColumn "signups")}}
{{#if sourceData.signups}}
@@ -38,8 +33,6 @@
{{/if}}
- {{/if}}
- {{#if (eq @sortColumn "paid")}}
{{#if this.membersUtils.paidMembersEnabled}}
{{#if sourceData.paidConversions}}
@@ -53,7 +46,6 @@
{{/if}}
{{/if}}
- {{/if}}
{{/each}}
{{#if this.others}}
@@ -62,7 +54,6 @@
Other sources →
- {{#if (eq @sortColumn "signups")}}
{{#if this.others.signups}}
@@ -74,8 +65,6 @@
{{/if}}
- {{/if}}
- {{#if (eq @sortColumn "paid")}}
{{#if this.membersUtils.paidMembersEnabled}}
{{#if this.others.paidConversions}}
@@ -89,7 +78,6 @@
{{/if}}
{{/if}}
- {{/if}}
{{/if}}