From f0bd5bd8a19ec2172df87b4fa287fde6aacd54b7 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Wed, 14 Feb 2018 01:54:42 +0200 Subject: [PATCH] remove reply button on pinned comments --- web/app/components/comment/comment.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 855214d7..7e701eb0 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -171,6 +171,7 @@ export default class Comment extends Component {
+ {/* TODO: add link to user's profile in social if we have it */} {o.user.name} @@ -189,7 +190,7 @@ export default class Comment extends Component { {o.time} { - !mods.pinned && ( + !pinned && ( reply