mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 12:32:56 +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;
|
Content = null;
|
||||||
backgroundFlow.Clear();
|
backgroundFlow.Clear();
|
||||||
|
|
||||||
if (value?.Any() != true)
|
if (value == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
foreach (var issue in value)
|
foreach (var issue in value)
|
||||||
|
Loading…
Reference in New Issue
Block a user