mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +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';
|
return (addon && addon.installed) || 'Not installed';
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user