fix Leaderboards Bringer.layout
This commit is contained in:
parent
8155722440
commit
1e0c0c7344
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
*/
|
||||
bringer(char: Character, week?: WRankWeek): string {
|
||||
const bringer = Bringer.get({ nation: char.nation, week });
|
||||
return bringer === char.name ? ` · ${format.bringer(char.nation)}` : "";
|
||||
return bringer === char.name ? `${format.bringer(char.nation)}` : "";
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue