Skip to content

Commit

Permalink
Update CircuitAccessChecker.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Noot-Toot committed Dec 26, 2024
1 parent 4825df6 commit 75e503f
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 75e503f

Please sign in to comment.