comment call to rules count for now

This commit is contained in:
Collin M. Barrett 2019-05-09 20:54:01 -05:00
parent 858d6b136e
commit 7011cca4f9

View file

@ -37,7 +37,7 @@ export class HomeContainer extends React.Component<{}, IState> {
this.fetchSoftware();
this.fetchSyntaxes();
this.fetchTags();
this.fetchRuleCount();
// this.fetchRuleCount();
};
fetchLanguages() {