diff --git a/src/app/components/UtilitySlotSection.jsx b/src/app/components/UtilitySlotSection.jsx index cdfe3755..594e75d7 100644 --- a/src/app/components/UtilitySlotSection.jsx +++ b/src/app/components/UtilitySlotSection.jsx @@ -74,7 +74,6 @@ export default class UtilitySlotSection extends SlotSection { dragOver={this._dragOverSlot.bind(this, h)} drop={this._drop} dropClass={this._dropClass(h, originSlot, targetSlot)} - enabled={h.enabled} ship={ship} m={h.m} enabled={h.enabled ? true : false}