diff --git a/app/javascript/mastodon/components/status/header.tsx b/app/javascript/mastodon/components/status/header.tsx index 65790bb493..9b1445e9c1 100644 --- a/app/javascript/mastodon/components/status/header.tsx +++ b/app/javascript/mastodon/components/status/header.tsx @@ -56,7 +56,10 @@ export const StatusHeader: FC = ({ className='status__relative-time' > - + {editedAt && } diff --git a/app/javascript/mastodon/features/account_timeline/v2/status_header.tsx b/app/javascript/mastodon/features/account_timeline/v2/status_header.tsx index 5f0ff88685..9958a47d96 100644 --- a/app/javascript/mastodon/features/account_timeline/v2/status_header.tsx +++ b/app/javascript/mastodon/features/account_timeline/v2/status_header.tsx @@ -36,7 +36,10 @@ export const AccountStatusHeader: FC = ({ className='status__relative-time' > - + {editedAt && }