patch reducer compile warnings
This commit is contained in:
parent
3e2a956634
commit
6ce03c3449
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ function parseRank(rank) {
|
||||||
return `${rank.slice(1)}${rank[0].toLowerCase()}`
|
return `${rank.slice(1)}${rank[0].toLowerCase()}`
|
||||||
case 'U':
|
case 'U':
|
||||||
return '?'
|
return '?'
|
||||||
|
default:
|
||||||
|
return '?'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue