Working reactions
This commit is contained in:
@@ -37,7 +37,7 @@ let Post = (props) => {
|
||||
changePost(newPostObj);
|
||||
}
|
||||
const renderComment = ({ item }) => (
|
||||
<Comment comment={item} />
|
||||
<Comment comment={item} viewer={viewer} />
|
||||
);
|
||||
return (
|
||||
<Card style={styles.card}>
|
||||
|
||||
Reference in New Issue
Block a user