We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c4c64 commit b3df482Copy full SHA for b3df482
tgui/packages/tgui/interfaces/MODsuit.jsx
@@ -463,7 +463,7 @@ const InfoSection = (props) => {
463
return (
464
<Stack.Item key={module.ref}>
465
{!active && <LockedModule />}
466
- <Module {...module} active={active} />
+ <Module {...module} ref={undefined} active={active} />
467
</Stack.Item>
468
);
469
})) || <Box textAlign="center">No Info Modules Detected</Box>}
0 commit comments