Run prettier (#6128)

This commit is contained in:
Bram Kragten 2020-06-09 14:06:42 +02:00 committed by GitHub
parent 8f86a7ad8c
commit edc4601f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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();
} }
} }

View File

@ -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"),
}); });
} }