mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +08:00
fix codefactor issue that I didn't notice and has been there for 12 days
This commit is contained in:
parent
6ba7e2b670
commit
14d2ed7085
@ -278,7 +278,6 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
|
||||
hiddenDetailGlobal.Content = user?.Statistics?.Ranks.Global?.ToString("#,##0") ?? "-";
|
||||
hiddenDetailCountry.Content = user?.Statistics?.Ranks.Country?.ToString("#,##0") ?? "-";
|
||||
|
||||
}
|
||||
|
||||
private class ProfileHeaderButton : OsuHoverContainer
|
||||
|
Loading…
Reference in New Issue
Block a user