Add alerts to embeds (#1138)
* Add alerts to embeds * Add images to the mock data * Fix types
This commit is contained in:
parent
e51dbefd0a
commit
bbe9861eef
8 changed files with 80 additions and 15 deletions
|
@ -267,7 +267,10 @@ const PostLoaded = observer(
|
|||
) : undefined}
|
||||
{item.post.embed ? (
|
||||
<ContentHider moderation={item.moderation.embed} style={s.mb10}>
|
||||
<PostEmbeds embed={item.post.embed} />
|
||||
<PostEmbeds
|
||||
embed={item.post.embed}
|
||||
moderation={item.moderation.embed}
|
||||
/>
|
||||
</ContentHider>
|
||||
) : null}
|
||||
{needsTranslation && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue