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",