diff --git a/src/app/components/InternalSlotSection.jsx b/src/app/components/InternalSlotSection.jsx index a41dced6..dd4b00b5 100644 --- a/src/app/components/InternalSlotSection.jsx +++ b/src/app/components/InternalSlotSection.jsx @@ -216,7 +216,6 @@ export default class InternalSlotSection extends SlotSection { onChange={this.props.onChange} onSelect={this._selectModule.bind(this, s)} selected={currentMenu == s} - enabled={s.enabled} eligible={s.eligible} m={s.m} drag={this._drag.bind(this, s)}