From 88ababc8d3641eb998aa8ce48be7fdf610c00a97 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Thu, 23 Aug 2018 06:18:37 -0500 Subject: [PATCH] temp comment rule count from tagline during snapshot construction --- src/FilterLists.Web/ClientApp/components/Home.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 6f1cd7995..16465d11c 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -69,8 +69,9 @@ export class Home extends React.Component, IHomeState> { private static renderTagline(state: IHomeState) { return

- The independent, comprehensive directory of {state.ruleCount.toLocaleString() - } unique rules across {state.lists.length + The independent, comprehensive directory of { /*{state.ruleCount.toLocaleString() + } unique rules across */ + }{state.lists.length } filter and host lists for advertisements, trackers, malware, and annoyances.

; }