Skip to content

Commit

Permalink
Fix "canImportKeychain" boolean for thread panel (#21062)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal authored Jun 11, 2024
1 parent 59062d9 commit 42b5fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DialogThreadDataset extends LitElement implements HassDialog {

const canImportKeychain =
hasOTBR &&
!this.hass.auth.external?.config.canTransferThreadCredentialsToKeychain &&
this.hass.auth.external?.config.canTransferThreadCredentialsToKeychain &&
network.routers?.length;

return html`<ha-dialog
Expand Down

0 comments on commit 42b5fa6

Please sign in to comment.