Lint tidy-ups

This commit is contained in:
Cmdr McDonald
2016-11-09 16:40:22 +00:00
parent 38eaebefc0
commit f13a987388
3 changed files with 13 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ export default class StandardSlotSection extends SlotSection {
selected={currentMenu == st[0]}
onChange={this.props.onChange}
ship={ship}
warning={m => m instanceof Module ? m.getPowerGeneration() < ship.powerRetracted : m.pgen< ship.powerRetracted}
warning={m => m instanceof Module ? m.getPowerGeneration() < ship.powerRetracted : m.pgen < ship.powerRetracted}
/>;
slots[2] = <StandardSlot