mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +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) {
|
||||
super.update(changedProps);
|
||||
if (this.content !== undefined) {
|
||||
this._render();
|
||||
this._render();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,7 @@ class HaRefreshTokens extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
||||
} catch (err) {
|
||||
// eslint-disable-next-line
|
||||
console.error(err);
|
||||
showAlertDialog(this, {
|
||||
showAlertDialog(this, {
|
||||
text: this.localize("ui.panel.profile.refresh_tokens.delete_failed"),
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user