From 223463eb1c53159d2729fdcd53967f35cd825668 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 24 Sep 2024 14:32:53 -0400 Subject: [PATCH] Move analyis.py and analysis.R to sub-tabs (#216) --- .../app/pages/HomePage/SamplingWindow/SamplingWindow.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gui/src/app/pages/HomePage/SamplingWindow/SamplingWindow.tsx b/gui/src/app/pages/HomePage/SamplingWindow/SamplingWindow.tsx index 91d54b7..78ed28b 100644 --- a/gui/src/app/pages/HomePage/SamplingWindow/SamplingWindow.tsx +++ b/gui/src/app/pages/HomePage/SamplingWindow/SamplingWindow.tsx @@ -77,11 +77,12 @@ const SamplingResultsArea: FunctionComponent = ({ latestRun, }) => { return ( - + - - - + + + + ); };