Add sharing for pictures.

This commit is contained in:
Adolfo Reyna
2023-03-11 09:24:20 -06:00
parent 424fc016d2
commit 022fd75fa5
2 changed files with 20 additions and 4 deletions

View File

@@ -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 }) => (