other eslint avoid

This commit is contained in:
britea 2020-05-19 16:25:05 +02:00
parent 00778d989f
commit 3830c0004f

View file

@ -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>
</> </>