mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-22 11:48:46 +00:00
Upgrade eslint to 4.8.0 (#445)
* Upgrade eslint * Fix post-merge errors
This commit is contained in:
@@ -43,7 +43,9 @@ export default class Automation extends Component {
|
||||
}
|
||||
|
||||
render({ automation, isWide }) {
|
||||
const { alias, trigger, condition, action } = automation;
|
||||
const {
|
||||
alias, trigger, condition, action
|
||||
} = automation;
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user