From 6c73249e20d9a02e40c46ae3c6175a19e8b0a32c Mon Sep 17 00:00:00 2001 From: Claire Dagan Date: Mon, 6 Jan 2025 15:53:13 +0100 Subject: [PATCH] [Tech] Fix html errors --- frontend/src/components/Table/index.tsx | 5 +++-- .../features/Dashboard/components/DashboardsList/Filters.tsx | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Table/index.tsx b/frontend/src/components/Table/index.tsx index ee1f96c97..23ff4e8b0 100644 --- a/frontend/src/components/Table/index.tsx +++ b/frontend/src/components/Table/index.tsx @@ -37,8 +37,9 @@ export function TableWithRef({ className = '', columnsLength, rows, rowVirtualiz ))} - {before > 0 && } + + {before > 0 && } {virtualRows?.map(virtualRow => { const row = rows[virtualRow?.index] @@ -64,8 +65,8 @@ export function TableWithRef({ className = '', columnsLength, rows, rowVirtualiz ) })} + {after > 0 && } - {after > 0 && } ) diff --git a/frontend/src/features/Dashboard/components/DashboardsList/Filters.tsx b/frontend/src/features/Dashboard/components/DashboardsList/Filters.tsx index b7f5327b9..8ec6fa57e 100644 --- a/frontend/src/features/Dashboard/components/DashboardsList/Filters.tsx +++ b/frontend/src/features/Dashboard/components/DashboardsList/Filters.tsx @@ -135,6 +135,7 @@ export function Filters({ orientation = 'row' }: { orientation?: Orientation }) <> {updatedAt === DateRangeEnum.CUSTOM && (