mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Show table even if no issues
This commit is contained in:
parent
c995eca029
commit
3a4f2e3d7e
@ -57,7 +57,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
Content = null;
|
||||
backgroundFlow.Clear();
|
||||
|
||||
if (value?.Any() != true)
|
||||
if (value == null)
|
||||
return;
|
||||
|
||||
foreach (var issue in value)
|
||||
|
Loading…
Reference in New Issue
Block a user