patch reducer compile warnings

This commit is contained in:
sorrelbri 2020-02-07 18:15:22 -08:00
parent 3e2a956634
commit 6ce03c3449

View file

@ -39,6 +39,8 @@ function parseRank(rank) {
return `${rank.slice(1)}${rank[0].toLowerCase()}`
case 'U':
return '?'
default:
return '?'
}
}