From 0dbcfd6987cb620b150e4f128f233d4e535f0ce1 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 6 Aug 2019 11:50:13 -0500 Subject: [PATCH] chop long line --- .../src/modules/allListsTable/AllListsTable.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) => +
+ +
} /> );