From 14d12f751c421096b506e2845c2abf29d76a6a65 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 24 Aug 2018 13:52:13 -0500 Subject: [PATCH] uncomment rule count in tagline --- src/FilterLists.Web/ClientApp/components/Home.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 16465d11c..6f1cd7995 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -69,9 +69,8 @@ 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.

; }