diff --git a/frontend/src/routes/flows.svelte b/frontend/src/routes/flows.svelte
index 4ea97bcad2..9a15b1e0da 100644
--- a/frontend/src/routes/flows.svelte
+++ b/frontend/src/routes/flows.svelte
@@ -220,7 +220,7 @@
| {apps.join(', ')} |
|
diff --git a/frontend/src/routes/scripts.svelte b/frontend/src/routes/scripts.svelte
index c23e14b4d8..2b44d32c0a 100644
--- a/frontend/src/routes/scripts.svelte
+++ b/frontend/src/routes/scripts.svelte
@@ -265,7 +265,10 @@
{#each filteredHub ?? [] as { path, summary, app, ask_id }}
| {app} |
- viewCode(path)}>{summary} |
+ viewCode(path)}>{summary} |
viewCode(path)}
>view code |