Skip to content

Commit bcabfcd

Browse files
authored
yes i will commit directly to master
I am not opening a pr for this extremely simple change xd
1 parent 6cc3821 commit bcabfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui/interfaces/SimpleBot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const SettingsDisplay = (props) => {
184184
/>
185185
</Tooltip>
186186
</LabeledControls.Item>
187-
{allow_possession && (
187+
{!!allow_possession && (
188188
<LabeledControls.Item label="Personality">
189189
<Tooltip
190190
content={

0 commit comments

Comments
 (0)