Update profile subsections to use counters instead of missing text in line with web

This commit is contained in:
Joseph Madamba
2021-05-02 14:31:06 -07:00
parent 3e74d61dab
commit cc056088bd
6 changed files with 9 additions and 9 deletions

View File

@ -18,8 +18,8 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
{
private readonly ScoreType type;
public PaginatedScoreContainer(ScoreType type, Bindable<User> user, string headerText, CounterVisibilityState counterVisibilityState, string missingText = "")
: base(user, headerText, missingText, counterVisibilityState)
public PaginatedScoreContainer(ScoreType type, Bindable<User> user, string headerText)
: base(user, headerText)
{
this.type = type;