mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
Remove redundant LoC
This commit is contained in:
@@ -216,7 +216,6 @@ export default class InternalSlotSection extends SlotSection {
|
|||||||
onChange={this.props.onChange}
|
onChange={this.props.onChange}
|
||||||
onSelect={this._selectModule.bind(this, s)}
|
onSelect={this._selectModule.bind(this, s)}
|
||||||
selected={currentMenu == s}
|
selected={currentMenu == s}
|
||||||
enabled={s.enabled}
|
|
||||||
eligible={s.eligible}
|
eligible={s.eligible}
|
||||||
m={s.m}
|
m={s.m}
|
||||||
drag={this._drag.bind(this, s)}
|
drag={this._drag.bind(this, s)}
|
||||||
|
|||||||
Reference in New Issue
Block a user