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}