Story: Fix 'unsupported' empty captions (#6074)

This commit is contained in:
zubiden 2025-07-25 19:34:46 +02:00 committed by Alexander Zinchuk
parent 4e525472b8
commit d9a1e4edf5

View File

@ -137,7 +137,7 @@ function StoryCaption({
className={styles.forwardInfo} className={styles.forwardInfo}
/> />
)} )}
{renderingStory && ( {renderingStory && caption && (
<div ref={textRef} className={styles.captionText}> <div ref={textRef} className={styles.captionText}>
<MessageText <MessageText
messageOrStory={renderingStory} messageOrStory={renderingStory}