mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
fix codefactor issue that I didn't notice and has been there for 12 days
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user