Story: Fix 'unsupported' empty captions (#6074)
This commit is contained in:
parent
4e525472b8
commit
d9a1e4edf5
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user