diff --git a/app/javascript/mastodon/features/explore/components/story.jsx b/app/javascript/mastodon/features/explore/components/story.jsx index 449591eace..a031d6c6dd 100644 --- a/app/javascript/mastodon/features/explore/components/story.jsx +++ b/app/javascript/mastodon/features/explore/components/story.jsx @@ -58,7 +58,7 @@ export const Story = ({
- {author ? : {author} }} /> : } + {author ? : {author} }} tagName='span' /> : } {typeof sharedTimes === 'number' ? : }