Skip to content

Commit

Permalink
HARMONY-1978: Unnecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jan 24, 2025
1 parent c177419 commit 2e3c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/harmony/public/js/workflow-ui/jobs/jobs-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function initFilter(currentUser, services, providers, labels, isAdminRoute, tabl
${this.getAttributes(tagData)}>
<x title='' class="${this.settings.classNames.tagX}" role='button' aria-label='remove tag'></x>
<div>
<span class="${this.settings.classNames.tagText} text-truncate">${trimForDisplay(tagData.value.split(': ')[1], 20)}</span>
<span class="${this.settings.classNames.tagText}">${trimForDisplay(tagData.value.split(': ')[1], 20)}</span>
</div>
</tag>`;
},
Expand Down

0 comments on commit 2e3c530

Please sign in to comment.