diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index e65b757c2..c953e6193 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -100,9 +100,9 @@ export class Home extends React.Component, IHomeState> { filterMethod: (filter: any, row: any) => row[filter.id].toUpperCase() .includes(filter.value.toUpperCase()), sortMethod: (a: any, b: any) => a.join().toUpperCase() > b.join().toUpperCase() ? 1 : -1, - Cell: (cell: any) =>
{moment(cell.value).format("M-D-Y")}
, + Cell: (cell: any) =>
{moment(cell.value).format("M-D-YY")}
, style: { whiteSpace: "inherit" }, - width: 60, + width: 70, headerClassName: "d-none d-sm-block", className: "d-none d-sm-block" },