mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06: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) {
|
||||
return addon.installed || 'Not installed';
|
||||
return addon && addon.installed || 'Not installed';
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user