diff --git a/ghost/admin/app/components/gh-members-list-item.hbs b/ghost/admin/app/components/gh-members-list-item.hbs index 7c69e41f28..f98d2ce7f7 100644 --- a/ghost/admin/app/components/gh-members-list-item.hbs +++ b/ghost/admin/app/components/gh-members-list-item.hbs @@ -10,7 +10,7 @@ {{else}}
- +

{{or @member.name @member.email}}

{{#if @member.name}} @@ -20,7 +20,7 @@
- + {{#if @member.geolocation}} {{#if (eq @member.geolocation.country_code "US")}} {{@member.geolocation.region}}, US @@ -32,7 +32,7 @@ {{/if}} - + {{#if @member.createdAtUTC}} {{moment-format @member.createdAtUTC "MMM DD, YYYY"}} ({{moment-from-now @member.createdAtUTC}}) {{/if}}