From d0d133f743969a127bd96ab4458a7ec67e87450a Mon Sep 17 00:00:00 2001 From: Aiga115 Date: Tue, 1 Oct 2024 16:50:41 +0200 Subject: [PATCH] fix-table change made --- .../portal/frontend/src/components/Home/AntibodiesTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/portal/frontend/src/components/Home/AntibodiesTable.tsx b/applications/portal/frontend/src/components/Home/AntibodiesTable.tsx index 737b17d0..abfc9b70 100644 --- a/applications/portal/frontend/src/components/Home/AntibodiesTable.tsx +++ b/applications/portal/frontend/src/components/Home/AntibodiesTable.tsx @@ -356,7 +356,7 @@ const dataGridStyles = { }, }, "& .MuiDataGrid-row": { - height: '100%' + height: "100%" }, "& .MuiDataGrid-row:hover": { backgroundColor: "grey.50",