From 447ec7e52477e7d4a6dde1564a481e155c740794 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 6 Jun 2017 19:05:18 +0700 Subject: [PATCH] Deeply pass commentIsIgnored --- client/coral-embed-stream/src/components/Comment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js index e99755f9c..ac9037a75 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -521,6 +521,7 @@ class Comment extends React.Component { charCountEnable={charCountEnable} maxCharCount={maxCharCount} showSignInDialog={showSignInDialog} + commentIsIgnored={commentIsIgnored} liveUpdates={liveUpdates} reactKey={reply.id} key={reply.id}