From d9a1e4edf55aede78e4f474ebebad2b9dedc4dca Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:34:46 +0200 Subject: [PATCH] Story: Fix 'unsupported' empty captions (#6074) --- src/components/story/StoryCaption.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/story/StoryCaption.tsx b/src/components/story/StoryCaption.tsx index 7bf633f40..fbe050150 100644 --- a/src/components/story/StoryCaption.tsx +++ b/src/components/story/StoryCaption.tsx @@ -137,7 +137,7 @@ function StoryCaption({ className={styles.forwardInfo} /> )} - {renderingStory && ( + {renderingStory && caption && (