other eslint avoid
This commit is contained in:
parent
00778d989f
commit
3830c0004f
1 changed files with 6 additions and 6 deletions
|
@ -639,12 +639,12 @@ class AutomationSaveModal extends Component {
|
|||
<Divider horizontal />
|
||||
<List divided relaxed>
|
||||
{this.sceneList.map((scene) => (
|
||||
<SceneItem
|
||||
key={scene.id}
|
||||
scene={scene}
|
||||
order={this.state.order}
|
||||
orderScenes={this.orderScenes}
|
||||
/>
|
||||
<SceneItem
|
||||
key={scene.id}
|
||||
scene={scene}
|
||||
order={this.state.order}
|
||||
orderScenes={this.orderScenes}
|
||||
/>
|
||||
))}
|
||||
</List>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue