Fixes blank syndicate uplink UI (#27344)

Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya 2024-04-26 03:29:56 -07:00 committed by GitHub
parent 37e03e0d29
commit 35edea1c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public sealed partial class StoreSystem
return;
// TODO: Why is the state not being set unless this?
if (!_ui.IsUiOpen(store, StoreUiKey.Key))
if (!_ui.HasUi(store, StoreUiKey.Key))
return;
//this is the person who will be passed into logic for all listing filtering.