diff --git a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx index fc3ddce9d..081c9003d 100644 --- a/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx +++ b/src/FilterLists.Web/src/components/listsTable/ListsTable.tsx @@ -140,7 +140,7 @@ export const ListsTable = (props: RouteComponentProps & Props) => { className={styles.nogrow} filters={tags.map(t => ({ text: <> - {t.name}  + {t.name} ({visibleLists.filter(l => l.tagIds && l.tagIds.includes(t.id)).length}) , value: t.id.toString()