diff --git a/client/coral-embed-stream/src/components/Stream.js b/client/coral-embed-stream/src/components/Stream.js index 265dcfe8b..1e0ff7ea9 100644 --- a/client/coral-embed-stream/src/components/Stream.js +++ b/client/coral-embed-stream/src/components/Stream.js @@ -19,6 +19,7 @@ import cn from 'classnames'; import {getTopLevelParent, attachCommentToParent} from '../graphql/utils'; import AllCommentsPane from './AllCommentsPane'; +import AutomaticAssetClosure from '../containers/AutomaticAssetClosure'; import styles from './Stream.css'; @@ -141,6 +142,7 @@ class Stream extends React.Component { return (
+ {comment &&