From 77396ccc31425270854b5d4a674c14436d17dd0d Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 5 Sep 2017 01:17:05 +0700 Subject: [PATCH] Fix graphql tree bug --- 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 11a668371..5e2766b9a 100644 --- a/client/coral-embed-stream/src/containers/Comment.js +++ b/client/coral-embed-stream/src/containers/Comment.js @@ -93,12 +93,12 @@ const withCommentFragments = withFragments({ root: gql` fragment CoralEmbedStream_Comment_root on RootQuery { __typename - ${getSlotFragmentSpreads(slots, 'root')} me { ignoredUsers { id } } + ${getSlotFragmentSpreads(slots, 'root')} } `, asset: gql`