Working reactions

This commit is contained in:
aeroreyna
2022-03-08 21:03:47 -08:00
parent 035f2b7d7f
commit 2be81cc9d3
2 changed files with 19 additions and 5 deletions

View File

@@ -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}>