Story: Fix 'unsupported' empty captions (#6074)
This commit is contained in:
parent
4e525472b8
commit
d9a1e4edf5
@ -137,7 +137,7 @@ function StoryCaption({
|
||||
className={styles.forwardInfo}
|
||||
/>
|
||||
)}
|
||||
{renderingStory && (
|
||||
{renderingStory && caption && (
|
||||
<div ref={textRef} className={styles.captionText}>
|
||||
<MessageText
|
||||
messageOrStory={renderingStory}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user