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