From 271a0399f0b19d7e1993669f74930487297f2a0e Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:03:29 +0300 Subject: [PATCH] x --- .../components/view-constituents/view-constituents.tsx | 7 +++---- .../editor-constituenta/editor-constituenta.tsx | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/rsconcept/frontend/src/features/rsform/components/view-constituents/view-constituents.tsx b/rsconcept/frontend/src/features/rsform/components/view-constituents/view-constituents.tsx index d35a77c2..e5242f3a 100644 --- a/rsconcept/frontend/src/features/rsform/components/view-constituents/view-constituents.tsx +++ b/rsconcept/frontend/src/features/rsform/components/view-constituents/view-constituents.tsx @@ -33,10 +33,9 @@ export function ViewConstituents({ autoScroll }: ViewConstituentsProps) { return ( - + ); } diff --git a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-constituenta/editor-constituenta.tsx b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-constituenta/editor-constituenta.tsx index 3f9bcef7..d90a4bde 100644 --- a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-constituenta/editor-constituenta.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-constituenta/editor-constituenta.tsx @@ -122,7 +122,7 @@ export function EditorConstituenta() {