Skip to content

Commit

Permalink
FIX: Remove unused call from comment-action.component
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Feb 12, 2020
1 parent 7d1b53f commit 1c7d4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class CommentBubbleActionComponent implements OnInit {
}

react() {
this.taskCommentService.reactToComment(this.comment.id);
// this.taskCommentService.reactToComment(this.comment.id);
}

reply() {
Expand Down

0 comments on commit 1c7d4fe

Please sign in to comment.