mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove redundant subsection title.
- Also handle opening UserProfile in LinkFlowContainer similar to how beatmaps and channels are handled
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
{
|
||||
Children = new[]
|
||||
{
|
||||
new PaginatedRecentActivityContainer(User, @"Recent", @"This user hasn't done anything notable recently!"),
|
||||
new PaginatedRecentActivityContainer(User, null, @"This user hasn't done anything notable recently!"),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user