Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Oct 30, 2023
1 parent da20d95 commit 671f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/helpers/runs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} <a href="${el}"><i class="icon external alternate"></i></a>`;
}
return uri_link
Expand Down

0 comments on commit 671f06e

Please sign in to comment.