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 915b3f161d..be27fe5452 100644 --- a/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/scripts/get/[...hash]/+page.svelte @@ -319,7 +319,7 @@ script.kind, script.language, script.schema, - script.language == 'deno' ? '' : script.lock ?? '' + script.lock ?? '' ).toString(), '_blank' )