From 5db82091822bb3b910e2165a5fbfcdcf15776108 Mon Sep 17 00:00:00 2001 From: okbel Date: Wed, 10 Jan 2018 11:21:24 -0300 Subject: [PATCH] Removing replyButton in Stream is closed --- .../coral-embed-stream/src/tabs/stream/components/Comment.js | 1 + .../coral-embed-stream/src/tabs/stream/components/Stream.js | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/tabs/stream/components/Comment.js b/client/coral-embed-stream/src/tabs/stream/components/Comment.js index ba14e3c7f..9748747f0 100644 --- a/client/coral-embed-stream/src/tabs/stream/components/Comment.js +++ b/client/coral-embed-stream/src/tabs/stream/components/Comment.js @@ -547,6 +547,7 @@ export default class Comment extends React.Component { queryData={queryData} inline /> + {!disableReply && + +