Skip to content

Commit

Permalink
Update NtosNetMonitor.js (#22788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 authored Nov 4, 2024
1 parent 4830570 commit d567806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/NtosNetMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const NtosNetMonitor = (props, context) => {
icon={config_communication ? 'power-off' : 'times'}
content={config_communication ? 'ENABLED' : 'DISABLED'}
selected={config_communication}
onClick={() => act('toggle_function', { id: "3" })} />
onClick={() => act('toggle_function', { id: "2" })} />
)} />
</LabeledList>
</Section>
Expand Down

0 comments on commit d567806

Please sign in to comment.