From 43ccb6106dc0d67b4e6e4b07f651f1cd5f7b4880 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 24 Feb 2018 21:28:46 +0200 Subject: [PATCH] make it possible to answer to pinned comment in threads --- web/app/components/comment/comment.jsx | 2 +- web/app/components/root/root.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index e6c9f9bc..eb50fc25 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -195,7 +195,7 @@ export default class Comment extends Component { {o.time} { - !pinned && ( + !mods.disabled && ( reply diff --git a/web/app/components/root/root.jsx b/web/app/components/root/root.jsx index 09c1cf99..e7c280e4 100644 --- a/web/app/components/root/root.jsx +++ b/web/app/components/root/root.jsx @@ -122,7 +122,7 @@ export default class Root extends Component { pinnedComments.map(comment => ( ))