mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Tweaks supporting standard modules schema changes
This commit is contained in:
@@ -127,7 +127,7 @@ export default class AvailableModulesMenu extends TranslatedComponent {
|
||||
}
|
||||
|
||||
if (i > 0 && modules.length > 3 && m.class != prevClass && (m.rating != prevRating || m.mount) && m.grp != 'pa') {
|
||||
elems.push(<br key={m.grp + i} />);
|
||||
elems.push(<br key={'b' + m.grp + i} />);
|
||||
}
|
||||
|
||||
elems.push(
|
||||
|
||||
Reference in New Issue
Block a user