mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +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.style, hostStyle);
|
||||
if (errorMessage) {
|
||||
throw new Error(`Frontend error: ${message}`);
|
||||
throw new Error(`Frontend error: ${errorMessage}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user