Video records API
This commit is contained in:
@@ -70,7 +70,7 @@ let Post = (props) => {
|
||||
</Text>
|
||||
</Text>
|
||||
<Text style={{ fontSize: 18 }}>{cleanContent}</Text>
|
||||
<Media content={post.content} postId={post._id} />
|
||||
<Media content={post.content} postId={post._id} post={post} />
|
||||
</View> :
|
||||
<View>
|
||||
<Chip icon="new-releases" style={{ width: 100 }} >{i18n.t("message.news")}</Chip>
|
||||
|
||||
Reference in New Issue
Block a user