From 6b92fe96d19af51dfb3e1ecda1aa36a7358c2cd3 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Mon, 3 Sep 2018 17:33:31 -0500 Subject: [PATCH] tidy last ref #268 --- src/FilterLists.Web/ClientApp/components/Home.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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",