diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index ee267c288..bbb0f073d 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -117,7 +117,7 @@ export class Home extends React.Component, IHomeState> { , @@ -151,8 +151,7 @@ export class Home extends React.Component, IHomeState> { .includes(filter.value.toUpperCase()), sortMethod: (a: any, b: any) => a.join().toUpperCase() > b.join().toUpperCase() ? 1 : -1, Cell: (cell: any) =>
{cell.value.map( - (e: any) => {e.iso6391}) - }
, + (e: any) => {e.iso6391})}, style: { whiteSpace: "inherit" }, width: 60, headerClassName: "d-none d-md-block",