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 ( -
-
+ ); }