mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
comment call to rules count for now
This commit is contained in:
parent
858d6b136e
commit
7011cca4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export class HomeContainer extends React.Component<{}, IState> {
|
|||
this.fetchSoftware();
|
||||
this.fetchSyntaxes();
|
||||
this.fetchTags();
|
||||
this.fetchRuleCount();
|
||||
// this.fetchRuleCount();
|
||||
};
|
||||
|
||||
fetchLanguages() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue