From dc7562a472c9316f50065c1fb12bcd0dacd7d2c4 Mon Sep 17 00:00:00 2001 From: AlfredRosenthal Date: Tue, 25 Apr 2023 17:06:28 -0700 Subject: [PATCH 1/2] removed contact agency and added width to empty list --- .../features/projects/list/ProjectsListTable.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/app/src/features/projects/list/ProjectsListTable.tsx b/app/src/features/projects/list/ProjectsListTable.tsx index fcd682bcb0..574c3332d9 100644 --- a/app/src/features/projects/list/ProjectsListTable.tsx +++ b/app/src/features/projects/list/ProjectsListTable.tsx @@ -68,15 +68,21 @@ const ProjectsListTable: React.FC = (props) => { Name Type - Contact Agency - Status - Start Date - End Date + + Status + + Start Date + End Date - + No Results From 423910b7f4fa9c59c81b1be2c060f0a8a07ddc4f Mon Sep 17 00:00:00 2001 From: AlfredRosenthal Date: Tue, 25 Apr 2023 17:15:41 -0700 Subject: [PATCH 2/2] ignore-skip