Skip to content

Commit

Permalink
linter issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
npalchur committed Apr 2, 2024
1 parent fa0537e commit 9e1f8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/static/js/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function format(data) {
(data.issues[issue].jira_severity != null
? data.issues[issue].jira_severity
: "---") +
`</td><td class="telco-priority-${priorityNum}">` +
'</td><td class="telco-priority-' + priorityNum + '">' +
(data.issues[issue].private_keywords != null
? data.issues[issue].private_keywords.find((str) =>
str.includes("Priority"),
Expand Down

0 comments on commit 9e1f8c2

Please sign in to comment.