From e72ffb12464ef19c60f2f0987db3f8f5a46f5bc6 Mon Sep 17 00:00:00 2001 From: Samir Kamal <1954121+skamril@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:21:14 +0200 Subject: [PATCH] fix(ui-config): style issues --- .../Singlestudy/explore/Configuration/General/Fields.tsx | 2 +- .../App/Singlestudy/explore/Configuration/index.tsx | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/webapp/src/components/App/Singlestudy/explore/Configuration/General/Fields.tsx b/webapp/src/components/App/Singlestudy/explore/Configuration/General/Fields.tsx index 0fe6af285b..3bd79f0c94 100644 --- a/webapp/src/components/App/Singlestudy/explore/Configuration/General/Fields.tsx +++ b/webapp/src/components/App/Singlestudy/explore/Configuration/General/Fields.tsx @@ -186,7 +186,7 @@ function Fields(props: Props) { /> (); @@ -40,6 +40,7 @@ function Configuration() { return ( + {/* Left */} } /> - - + {/* Right */} + {R.cond([ [R.equals(0), () => ], [R.equals(1), () => ], @@ -108,7 +109,7 @@ function Configuration() { ), ], ])(tabList[currentTabIndex].id)} - + ); }