Skip to content

Commit

Permalink
* fixed tab indentation on rpd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Toastical committed Sep 14, 2024
1 parent b522f8a commit 07f17b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tgui/packages/tgui/interfaces/RPD.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export const RPD = (props, context) => {
</Stack.Item>
{decideTab(mode)}
<Stack.Item align="right" textAlign="right">
<Button.Checkbox
checked={auto_wrench_toggle}
content="Automatically anchor"
onClick={() => act('auto_wrench_toggle')}
/>
<Button.Checkbox
checked={auto_wrench_toggle}
content="Automatically anchor"
onClick={() => act('auto_wrench_toggle')}
/>
</Stack.Item>
</Stack>
</Window.Content>
Expand Down

0 comments on commit 07f17b7

Please sign in to comment.