Skip to content

Commit 8bdeb7b

Browse files
authored
initial commit (#1139)
1 parent 2e8696f commit 8bdeb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui/interfaces/MODsuit.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ const InfoSection = (props) => {
463463
return (
464464
<Stack.Item key={module.ref}>
465465
{!active && <LockedModule />}
466-
<Module {...module} active={active} />
466+
<Module {...module} ref={undefined} active={active} />
467467
</Stack.Item>
468468
);
469469
})) || <Box textAlign="center">No Info Modules Detected</Box>}

0 commit comments

Comments
 (0)