diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index fe60b18e..dbcfb53f 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -573,7 +573,7 @@ export default class Comment extends Component { {!isCopied && ( this.copyComment({ username: o.username, time: o.time }))} + {...getHandleClickProps(() => this.copyComment({ username: o.user.name, time: o.time }))} className="comment__control" > Copy