Apply review suggestions.

This commit is contained in:
Lucas A
2020-11-09 13:39:50 +01:00
parent e4fb9b4dd3
commit b8c63e7944
2 changed files with 2 additions and 3 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Desktop
return edit.Beatmap.ToString();
case UserActivity.InLobby lobby:
return lobby.Room.Name.ToString();
return lobby.Room.Name.Value;
}
return string.Empty;