We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30731b commit e70297aCopy full SHA for e70297a
webpack/js/components.js
@@ -29,7 +29,7 @@ export const IssueLabel = {
29
* @returns {string} the name of the class to apply to the label
30
*/
31
className() {
32
- return this.$root.categories[this.name] || 'miscellaneous'
+ return this.$root.categories[this.name] || `${this.name.toLocaleLowerCase()} miscellaneous`
33
}
34
35
0 commit comments