Add missing store subscription to fix hard crash if automation error exists
This commit is contained in:
parent
9ee849faf0
commit
872efcf944
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
|
||||
const automationErrorMessage = appId => {
|
||||
const app = enrichedApps.find(app => app.devId === appId)
|
||||
const app = $enrichedApps.find(app => app.devId === appId)
|
||||
const errors = automationErrors[appId]
|
||||
return `${app.name} - Automation error (${errorCount(errors)})`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue