1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Enabled time to temperature for all users.

This commit is contained in:
Jon Ziebell 2021-06-14 21:46:04 -04:00
parent 584dd30eb5
commit 3e672b1694

View File

@ -31,9 +31,7 @@ beestat.component.card.system.prototype.decorate_contents_ = function(parent) {
this.decorate_equipment_(parent);
this.decorate_climate_(parent);
if (beestat.user.has_early_access() === true) {
this.decorate_time_to_temperature_(parent);
}
this.decorate_time_to_temperature_(parent);
};
/**