remove redundant LoC

This commit is contained in:
strideynet
2017-08-17 14:01:12 +01:00
committed by GitHub
parent d9a92e7a78
commit 9c82c7caed

View File

@@ -74,7 +74,6 @@ export default class UtilitySlotSection extends SlotSection {
dragOver={this._dragOverSlot.bind(this, h)} dragOver={this._dragOverSlot.bind(this, h)}
drop={this._drop} drop={this._drop}
dropClass={this._dropClass(h, originSlot, targetSlot)} dropClass={this._dropClass(h, originSlot, targetSlot)}
enabled={h.enabled}
ship={ship} ship={ship}
m={h.m} m={h.m}
enabled={h.enabled ? true : false} enabled={h.enabled ? true : false}