From 9c82c7caed8418c0a2542cd64e1efd015725b2dd Mon Sep 17 00:00:00 2001 From: strideynet Date: Thu, 17 Aug 2017 14:01:12 +0100 Subject: [PATCH] remove redundant LoC --- src/app/components/UtilitySlotSection.jsx | 1 - 1 file changed, 1 deletion(-) 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}