Remove missing text where not needed

This commit is contained in:
Andrei Zavatski
2020-09-07 22:30:43 +03:00
parent 1c55039994
commit b7bd084296
9 changed files with 17 additions and 14 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
private readonly BeatmapSetType type;
public PaginatedBeatmapContainer(BeatmapSetType type, Bindable<User> user)
: base(user, "None... yet.")
: base(user)
{
this.type = type;