mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Show table even if no issues
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user