diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index be9b4db06..8114595cf 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -44,8 +44,9 @@ export class Home extends React.Component, IFilterListsS }, { Header: "Details", + accessor: "id", sortable: false, - Cell: (rowInfo: any) => , + Cell: (row: any) => , style: { textAlign: "center" }, width: 100 }