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 />
|
<Divider horizontal />
|
||||||
<List divided relaxed>
|
<List divided relaxed>
|
||||||
{this.sceneList.map((scene) => (
|
{this.sceneList.map((scene) => (
|
||||||
<SceneItem
|
<SceneItem
|
||||||
key={scene.id}
|
key={scene.id}
|
||||||
scene={scene}
|
scene={scene}
|
||||||
order={this.state.order}
|
order={this.state.order}
|
||||||
orderScenes={this.orderScenes}
|
orderScenes={this.orderScenes}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</List>
|
</List>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue