Tidy up diff

This commit is contained in:
Cmdr McDonald
2016-10-31 12:13:03 +00:00
parent e5cc3e269e
commit 3ec9679893
2 changed files with 44 additions and 28 deletions

View File

@@ -163,7 +163,7 @@ export default class StandardSlotSection extends SlotSection {
selected={currentMenu == st[4]}
onChange={this.props.onChange}
ship={ship}
warning= {m => m.getEnginesCapacity() < ship.boostEnergy}
warning= {m => m.engcap < ship.boostEnergy}
/>;
slots[6] = <StandardSlot