diff --git a/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte b/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte index ad6e4fd44f..24214e844e 100644 --- a/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte @@ -241,15 +241,6 @@ return buttons } - buttons.push({ - label: `View runs`, - buttonProps: { - href: `/runs/${script.path}`, - size: 'xs', - color: 'light', - startIcon: History - } - }) if (Array.isArray(script.parent_hashes) && script.parent_hashes.length > 0) { buttons.push({