Skip to content

Commit b3df482

Browse files
committed
initial commit
1 parent 59c4c64 commit b3df482

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)