diff --git a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx index 90b0127e15..cdafd5a55b 100644 --- a/app/javascript/mastodon/features/account_timeline/components/account_header.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/account_header.tsx @@ -169,6 +169,8 @@ export const AccountHeader: React.FC<{ + + {!isMe && !suspendedOrHidden && ( )} @@ -195,8 +197,6 @@ export const AccountHeader: React.FC<{ {!me && account.email_subscriptions && ( )} - - )} diff --git a/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx b/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx index 385ba2d28a..414fd313a4 100644 --- a/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx +++ b/app/javascript/mastodon/features/account_timeline/components/number_fields.tsx @@ -27,13 +27,6 @@ export const AccountNumberFields: FC<{ accountId: string }> = ({ return ( - } - hint={intl.formatNumber(account.statuses_count)} - > - - - @@ -54,6 +47,13 @@ export const AccountNumberFields: FC<{ accountId: string }> = ({ + } + hint={intl.formatNumber(account.statuses_count)} + > + + +