From 513174fb3a34a1f0c0bbd351b8d4d53587a9b458 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Mon, 12 Jun 2023 22:08:16 -0300 Subject: [PATCH] scroll and general position bug fixed --- src/frontend/src/pages/FlowPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/FlowPage/index.tsx b/src/frontend/src/pages/FlowPage/index.tsx index e4775fbb7..a6ffc026d 100644 --- a/src/frontend/src/pages/FlowPage/index.tsx +++ b/src/frontend/src/pages/FlowPage/index.tsx @@ -10,7 +10,7 @@ export default function FlowPage(){ setTabId(id); }, [id]) return ( -
+
{flows.length > 0 && tabId !== "" && flows.findIndex(flow => flow.id === tabId) !== -1 && flow.id === tabId)} /> }