diff --git a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs index 69cf6909e5..5e6779193b 100644 --- a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs +++ b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs @@ -126,6 +126,12 @@ public sealed class StorageUIController : UIController, IOnSystemChanged c.Visible) == false) // we're comparing booleans because it's bool? and not bool from the optional chaining