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 => ( ))