diff --git a/Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs b/Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs index 02d30dce09..1d6043ff18 100644 --- a/Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs +++ b/Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs @@ -284,7 +284,7 @@ namespace Content.Client.GameObjects.Components.Storage /// /// Button created for each entity that represents that item in the storage UI, with a texture, and name and size label /// - private class EntityButton : PanelContainer + private class EntityButton : Control { public EntityUid EntityUid { get; set; } public Button ActualButton { get; }