Remove redundant LoC

This commit is contained in:
strideynet
2017-08-17 13:59:23 +01:00
committed by GitHub
parent d8a87029a6
commit d9a92e7a78

View File

@@ -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)}