Linting
This commit is contained in:
parent
db501fb10a
commit
2aa68612b6
|
@ -3,7 +3,6 @@ import { API } from "api"
|
|||
import { cloneDeep } from "lodash/fp"
|
||||
import { generate } from "shortid"
|
||||
import { selectedAutomation } from "builderStore"
|
||||
import { automationStore } from "builderStore"
|
||||
|
||||
const initialAutomationState = {
|
||||
automations: [],
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</script>
|
||||
|
||||
<div class="automations-list">
|
||||
{#each $automationStore.automations.sort(aut => aut.name) as automation, idx}
|
||||
{#each $automationStore.automations.sort(aut => aut.name) as automation}
|
||||
<NavItem
|
||||
icon="ShareAndroid"
|
||||
text={automation.name}
|
||||
|
|
Loading…
Reference in New Issue