1
0
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:
Naxess 2021-04-10 13:09:16 +02:00
parent c995eca029
commit 3a4f2e3d7e

View File

@ -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)