Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Kragten <[email protected]>
  • Loading branch information
agners and bramkragten authored Jul 16, 2024
1 parent db091aa commit 881e762
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
${network.name}${network.dataset
? html`<div>
<ha-icon-button
label=${this.hass.localize(
.label=${this.hass.localize(
"ui.panel.config.thread.thread_network_info"
)}
.otbr=${otbrForNetwork}
Expand All @@ -188,7 +188,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
></ha-icon-button
>${!network.dataset.preferred && !network.routers?.length
? html`<ha-icon-button
label=${this.hass.localize(
.label=${this.hass.localize(
"ui.panel.config.thread.thread_network_delete_credentials"
)}
.networkDataset=${network.dataset}
Expand Down

0 comments on commit 881e762

Please sign in to comment.