Removed "undefined" group

what-a-patch-1
freearhey 6 years ago
parent 7349c7b79e
commit 7f30ce4805

@ -136,7 +136,7 @@ function parseGroupTitle(item) {
let groupIndex = supportedGroups.map(g => g.toLowerCase()).indexOf(groupTitle.toLowerCase())
if(groupIndex === -1) {
groupTitle = 'Undefined'
groupTitle = ''
} else {
groupTitle = supportedGroups[groupIndex]
}

Loading…
Cancel
Save