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)} /> }