diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx index 31729855f..6b50313c4 100644 --- a/src/frontend/src/components/headerComponent/index.tsx +++ b/src/frontend/src/components/headerComponent/index.tsx @@ -27,6 +27,10 @@ export default function Header(): JSX.Element { ⛓️ + + {flows.findIndex((f) => tabId === f.id) !== -1 && tabId !== "" && ( + + )} {location.pathname === "/admin" && ( )} - - {flows.findIndex((f) => tabId === f.id) !== -1 && tabId !== "" && ( - - )}