Skip to content

Commit 0e97ebf

Browse files
authored
Fix json typo
1 parent 98af447 commit 0e97ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/dashboard.v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function renderSingleBadge (key, field, envLabel, envLink, branchLink, badge_url
346346
}
347347

348348
if ( envLink == "internal") {
349-
envLink = json.jenkinsURL
349+
envLink = json_obj.jenkinsURL
350350
}
351351

352352
badgeText = '<span class="ci-label">'

0 commit comments

Comments
 (0)