Add sharing for pictures.
This commit is contained in:
@@ -51,7 +51,7 @@ let Post = (props) => {
|
||||
} else {
|
||||
changeBookmarked(false);
|
||||
post.bookmarks = post.bookmarks.filter(id => id != viewer._id);
|
||||
API.removePostReaction(post._id)
|
||||
API.removePostBookmark(post._id)
|
||||
}
|
||||
}
|
||||
const renderComment = ({ item }) => (
|
||||
|
||||
Reference in New Issue
Block a user