Skip to content

Commit

Permalink
Update templates.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 10, 2024
1 parent 1c19e43 commit 9d9e2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/js/components/dropdowns/templates.js
Expand Up @@ -45,7 +45,7 @@ function menuItem(options) {
const tag = itemOptions.type === "link" ? "a" : "button";

const item = createElementFromHtml(`
<${tag} class="jenkins-dropdown__item ${itemOptions.clazz ? itemOptions.clazz : ''}" href="${itemOptions.url}" id="${itemOptions.id}">
<${tag} class="jenkins-dropdown__item ${itemOptions.clazz ? itemOptions.clazz : ""}" href="${itemOptions.url}" id="${itemOptions.id}">
${
itemOptions.icon
? `<div class="jenkins-dropdown__item__icon">${
Expand Down

0 comments on commit 9d9e2ab

Please sign in to comment.