Skip to content

Commit

Permalink
Update CircuitAccessChecker.tsx (#4690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noot-Toot authored Dec 28, 2024
1 parent f40525f commit fbd6783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/CircuitAccessChecker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const CircuitAccessChecker = (props) => {
</LabeledList.Item>
</LabeledList>
<AccessConfig
accesses={regions}
selectedList={accesses}
accesses={regions || []}
selectedList={accesses || []}
accessMod={(ref) =>
act('set', {
access: ref,
Expand Down

0 comments on commit fbd6783

Please # to comment.