diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index ffd82405..b7b56dab 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -26,6 +26,7 @@ export default class Comment extends Component { this.toggleCollapse = this.toggleCollapse.bind(this); this.toggleUserIdVisibility = this.toggleUserIdVisibility.bind(this); this.scrollToParent = this.scrollToParent.bind(this); + this.onEdit = this.onEdit.bind(this); this.onReply = this.onReply.bind(this); this.onPinClick = this.onPinClick.bind(this); this.onUnpinClick = this.onUnpinClick.bind(this);