From 7011cca4f98e1f9f8c9f01197228ed2bcb4dbb37 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 9 May 2019 20:54:01 -0500 Subject: [PATCH] comment call to rules count for now --- src/FilterLists.Web/ClientApp/modules/home/HomeContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/modules/home/HomeContainer.tsx b/src/FilterLists.Web/ClientApp/modules/home/HomeContainer.tsx index 9e966e29f..b5a34ba0e 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/HomeContainer.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/HomeContainer.tsx @@ -37,7 +37,7 @@ export class HomeContainer extends React.Component<{}, IState> { this.fetchSoftware(); this.fetchSyntaxes(); this.fetchTags(); - this.fetchRuleCount(); + // this.fetchRuleCount(); }; fetchLanguages() {