From c60db4104793cc8aa6f0b581bbad572ff704b7eb Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 26 Apr 2017 23:04:22 -0300 Subject: [PATCH] Updating slot name --- client/coral-embed-stream/src/containers/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`