diff --git a/app/javascript/mastodon/features/explore/components/story.jsx b/app/javascript/mastodon/features/explore/components/story.jsx index 125df412a1..449591eace 100644 --- a/app/javascript/mastodon/features/explore/components/story.jsx +++ b/app/javascript/mastodon/features/explore/components/story.jsx @@ -66,7 +66,7 @@ export const Story = ({ {thumbnail ? ( <> -
+ {!thumbnailLoaded && } {thumbnailDescription} ) : }