diff --git a/Content.Client/Suspicion/SuspicionRoleComponent.cs b/Content.Client/Suspicion/SuspicionRoleComponent.cs index c0a98512cb..d95ee7edf9 100644 --- a/Content.Client/Suspicion/SuspicionRoleComponent.cs +++ b/Content.Client/Suspicion/SuspicionRoleComponent.cs @@ -107,7 +107,7 @@ namespace Content.Client.Suspicion public void AddUI() { // TODO move this out of the component - _gui = _ui.ActiveScreen?.GetOrNewWidget(); + _gui = _ui.ActiveScreen?.GetOrAddWidget(); _gui!.UpdateLabel(); SetAnchorAndMarginPreset(_gui, LayoutPreset.BottomLeft);