From d5a23e936287252c7e4583fe81cdbe9fa88bb93c Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:22:34 +0300 Subject: [PATCH] M: Fix semantic tag --- .../pages/RSFormPage/ViewConstituents/ViewConstituents.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/ViewConstituents/ViewConstituents.tsx b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/ViewConstituents/ViewConstituents.tsx index 5df5db50..f7cd716c 100644 --- a/rsconcept/frontend/src/features/rsform/pages/RSFormPage/ViewConstituents/ViewConstituents.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/RSFormPage/ViewConstituents/ViewConstituents.tsx @@ -32,7 +32,7 @@ export function ViewConstituents({ isBottom, isMounted }: ViewConstituentsProps) const [filteredData, setFilteredData] = useState(schema.items); return ( -
-
+ ); }