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