diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx index 5af9d3d4e..7e70bb905 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -46,9 +46,7 @@ export class AllListsTable extends React.Component<{}, State> { width={123} fixed="right" render={(text: string, record: List, index: number) => -
- -
} + } /> );