mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fix viewing hass.io add on that is not installed
This commit is contained in:
parent
f020e60b67
commit
cc8e3fd22b
@ -59,7 +59,7 @@ Polymer({
|
|||||||
},
|
},
|
||||||
|
|
||||||
computeInstallStatus(addon) {
|
computeInstallStatus(addon) {
|
||||||
return addon.installed || 'Not installed';
|
return addon && addon.installed || 'Not installed';
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user