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}