From 5b669084e4e420d0889e5bc3d871083578b6999f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 1 Oct 2018 19:34:23 -0500 Subject: [PATCH] add titles to Tag filter options closes #548 --- .../modules/home/components/listsTable/columns/Tags.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/Tags.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/Tags.tsx index c5cce762c..f5aad95da 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/Tags.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/Tags.tsx @@ -34,7 +34,7 @@ const Filter = (props: any, tags: ITag[]) => {tags.length > 0 ? tags.map((t: ITag, i: number) => - ) : null}