diff --git a/frontend/src/routes/flows/get/[...path].svelte b/frontend/src/routes/flows/get/[...path].svelte
index 97cbfa2c6b..64f176786e 100644
--- a/frontend/src/routes/flows/get/[...path].svelte
+++ b/frontend/src/routes/flows/get/[...path].svelte
@@ -216,7 +216,7 @@
{flow.summary && flow.summary != '' ? flow.summary : 'No summary'}
-
@@ -257,8 +257,6 @@
>
Copy
-
-
diff --git a/frontend/src/routes/scripts/get/[...hash].svelte b/frontend/src/routes/scripts/get/[...hash].svelte
index 69b59e20e9..8b2aad29b0 100644
--- a/frontend/src/routes/scripts/get/[...hash].svelte
+++ b/frontend/src/routes/scripts/get/[...hash].svelte
@@ -288,7 +288,7 @@
{script.summary && script.summary != '' ? script.summary : 'No summary'}
-