diff --git a/.gitattributes b/.gitattributes
index 6b24f77b9..19bd1f10f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -21,4 +21,5 @@
*.mp4 binary
*.svg binary
*.ico binary
-*.gif binary
\ No newline at end of file
+*.gif binary
+*.csv binary
\ No newline at end of file
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 !== "" && (
+