Like button params

This commit is contained in:
Belen Curcio
2017-05-09 09:02:04 -03:00
parent 88861754f1
commit 788610a5f6
@@ -34,7 +34,10 @@ class LikeButton extends Component {
if (myLikeActionSummary) {
deleteAction(myLikeActionSummary.current_user.id, comment.id);
} else {
postLike();
postLike({
item_id: comment.id,
item_type: 'COMMENTS'
});
}
};