mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
hassio-addon-info ES5 compatability
This commit is contained in:
parent
6e30534e2d
commit
33ee6a9075
@ -58,7 +58,7 @@ Polymer({
|
||||
},
|
||||
},
|
||||
|
||||
computeInstallStatus(addon) {
|
||||
computeInstallStatus: function (addon) {
|
||||
return (addon && addon.installed) || 'Not installed';
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user