diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/License.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/License.tsx index cf4143e8d..71a8f7d2e 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/License.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/listsTable/columns/License.tsx @@ -56,9 +56,11 @@ const sortMethod = (a: number, b: number, licenses: ILicense[]) => { } }; -const Cell = (licenseId: number, licenses: ILicense[]) => - licenseId - ?