diff --git a/client/coral-embed-stream/src/containers/Comment.js b/client/coral-embed-stream/src/containers/Comment.js index 524f7ec62..6c8a38177 100644 --- a/client/coral-embed-stream/src/containers/Comment.js +++ b/client/coral-embed-stream/src/containers/Comment.js @@ -3,7 +3,7 @@ import Comment from '../components/Comment'; import withFragments from 'coral-framework/hocs/withFragments'; import {getSlotsFragments} from 'coral-framework/helpers/plugins'; -const pluginFragments = getSlotsFragments(['commentInfoBar', 'commentDetail']); +const pluginFragments = getSlotsFragments(['commentInfoBar', 'commentActions']); export default withFragments({ root: gql`