From 671f06e1721e806a9e94f7b9664f0fedff407d03 Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Mon, 30 Oct 2023 09:36:29 +0100 Subject: [PATCH] Typo --- frontend/js/helpers/runs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/helpers/runs.js b/frontend/js/helpers/runs.js index 3cf0593ae..1276d8a00 100644 --- a/frontend/js/helpers/runs.js +++ b/frontend/js/helpers/runs.js @@ -111,7 +111,7 @@ const getRunsTable = (el, url, include_uri=true, include_button=true, searching= render: function(el, type, row) { let uri_link = replaceRepoIcon(el); - if (uri.startsWith("http")) { + if (el.startsWith("http")) { uri_link = `${uri_link} `; } return uri_link