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