mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
fix typo in variable name
This commit is contained in:
parent
1589c3fc51
commit
c9d140281b
@ -102,7 +102,7 @@ class StateBadge extends PolymerElement {
|
|||||||
Object.assign(this.$.icon.style, iconStyle);
|
Object.assign(this.$.icon.style, iconStyle);
|
||||||
Object.assign(this.style, hostStyle);
|
Object.assign(this.style, hostStyle);
|
||||||
if (errorMessage) {
|
if (errorMessage) {
|
||||||
throw new Error(`Frontend error: ${message}`);
|
throw new Error(`Frontend error: ${errorMessage}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user