From e98432b17eed2282225e970fa5a287daee798b7d Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 30 Aug 2017 15:35:52 -0300 Subject: [PATCH 1/2] Exclude Ignored --- .../talk-plugin-featured-comments/client/containers/TabPane.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/talk-plugin-featured-comments/client/containers/TabPane.js b/plugins/talk-plugin-featured-comments/client/containers/TabPane.js index d66a0fd49..e0279d9c8 100644 --- a/plugins/talk-plugin-featured-comments/client/containers/TabPane.js +++ b/plugins/talk-plugin-featured-comments/client/containers/TabPane.js @@ -102,6 +102,7 @@ const enhance = compose( tags: ["FEATURED"] sortOrder: $sortOrder sortBy: $sortBy + excludeIgnored: true } deep: true ) @skip(if: $hasComment) { From cb7e7eae97784daae4283e932e2fb36d425cbb2a Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 30 Aug 2017 15:45:25 -0300 Subject: [PATCH 2/2] Using a variable --- .../talk-plugin-featured-comments/client/containers/TabPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-featured-comments/client/containers/TabPane.js b/plugins/talk-plugin-featured-comments/client/containers/TabPane.js index e0279d9c8..93ef402a9 100644 --- a/plugins/talk-plugin-featured-comments/client/containers/TabPane.js +++ b/plugins/talk-plugin-featured-comments/client/containers/TabPane.js @@ -102,7 +102,7 @@ const enhance = compose( tags: ["FEATURED"] sortOrder: $sortOrder sortBy: $sortBy - excludeIgnored: true + excludeIgnored: $excludeIgnored } deep: true ) @skip(if: $hasComment) {