mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 14:14:51 +00:00
Fix featured hashtags not showing year for date in web UI (#34491)
This commit is contained in:
parent
361f528c89
commit
3159f3b2f6
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ export const FeaturedTag: React.FC<FeaturedTagProps> = ({ tag, account }) => {
|
|||
date: intl.formatDate(tag.get('last_status_at') ?? '', {
|
||||
month: 'short',
|
||||
day: '2-digit',
|
||||
year: 'numeric',
|
||||
}),
|
||||
})
|
||||
: intl.formatMessage(messages.empty)
|
||||
|
|
Loading…
Add table
Reference in a new issue