mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
remove redundant LoC
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user