mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Run prettier (#6128)
This commit is contained in:
parent
8f86a7ad8c
commit
edc4601f8e
@ -13,7 +13,7 @@ class HaMarkdownElement extends UpdatingElement {
|
|||||||
protected update(changedProps) {
|
protected update(changedProps) {
|
||||||
super.update(changedProps);
|
super.update(changedProps);
|
||||||
if (this.content !== undefined) {
|
if (this.content !== undefined) {
|
||||||
this._render();
|
this._render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ class HaRefreshTokens extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
console.error(err);
|
console.error(err);
|
||||||
showAlertDialog(this, {
|
showAlertDialog(this, {
|
||||||
text: this.localize("ui.panel.profile.refresh_tokens.delete_failed"),
|
text: this.localize("ui.panel.profile.refresh_tokens.delete_failed"),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user