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

@ -14,8 +14,8 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
{
public class PaginatedRecentActivityContainer : PaginatedContainer<APIRecentActivity>
{
public PaginatedRecentActivityContainer(Bindable<User> user, string missing)
: base(user, missing)
public PaginatedRecentActivityContainer(Bindable<User> user)
: base(user)
{
ItemsPerPage = 10;
ItemsContainer.Spacing = new Vector2(0, 8);