From d1f8331a0afa80cdc95b0bf805aef375383ce72a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 5 Jan 2024 18:27:45 +0100 Subject: [PATCH] fix: fix double view runs button --- .../(root)/(logged)/scripts/get/[...hash]/+page.svelte | 9 --------- 1 file changed, 9 deletions(-) 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({