1
0
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:
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;
backgroundFlow.Clear();
if (value?.Any() != true)
if (value == null)
return;
foreach (var issue in value)