From 3a2262df0dd37835516ce807bea91b1d2432d511 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sun, 18 Feb 2018 14:37:27 -0600 Subject: [PATCH] fix name in sub url from last commit --- src/FilterLists.Web/ClientApp/components/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 7380a4a9a..00042886f 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -46,7 +46,7 @@ export class Home extends React.Component, IFilterListsS Header: "Details", accessor: "id", sortable: false, - Cell: (row: any) => , + Cell: (cell: any) => , style: { textAlign: "center" }, width: 100 }, @@ -54,7 +54,7 @@ export class Home extends React.Component, IFilterListsS Header: "Subscribe", accessor: "viewUrl", sortable: false, - Cell: (row: any) => , + Cell: (cell: any) => , style: { textAlign: "center" }, width: 100, headerClassName: "hidden-xs",