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 a534525e82..81424c85cf 100644
--- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs
+++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs
@@ -54,7 +54,7 @@
Other sources →
-
+
{{#if this.others.signups}}
{{format-number this.others.signups}}
@@ -66,7 +66,7 @@
{{/if}}
{{#if this.membersUtils.paidMembersEnabled}}
-
+
{{#if this.others.paidConversions}}
{{format-number this.others.paidConversions}}
diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css
index c15e40d77b..36b8c157ab 100644
--- a/ghost/admin/app/styles/layouts/dashboard.css
+++ b/ghost/admin/app/styles/layouts/dashboard.css
@@ -1157,7 +1157,7 @@ Dashboard Attribution */
fill: var(--midlightgrey);
}
-.gh-dashboard-list-item-sub-signup:not(.sorted-by), .gh-dashboard-list-item-sub-paid:not(.sorted-by) {
+.gh-dashboard-list-item-sub-signup:not(.sorted-by), .gh-dashboard-list-item-sub-paid:not(.sorted-by), .gh-dashboard-list-item-sub-other:not(.sorted-by) {
opacity: 0.6;
}