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() {