diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index 98c219792..ae7676024 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -104,7 +104,7 @@ function Languages(props: any) { } function RuleCount(props: any) { - return props.count + return props.count > 0 ?
  • Rule Count: {props.count.toLocaleString()}