Removed "undefined" group
This commit is contained in:
parent
414449988f
commit
fe2b6431fc
|
@ -136,7 +136,7 @@ function parseGroupTitle(item) {
|
||||||
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
|
||||||
|
|
||||||
if(groupIndex === -1) {
|
if(groupIndex === -1) {
|
||||||
groupTitle = 'Undefined'
|
groupTitle = ''
|
||||||
} else {
|
} else {
|
||||||
groupTitle = supportedGroups[groupIndex]
|
groupTitle = supportedGroups[groupIndex]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue