Skip to content

Commit

Permalink
Update src/panels/config/integrations/integration-panels/thread/threa…
Browse files Browse the repository at this point in the history
…d-config-panel.ts

Co-authored-by: Bram Kragten <[email protected]>
  • Loading branch information
agners and bramkragten authored Jun 26, 2024
1 parent bda9819 commit be7956c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class ThreadConfigPanel extends SubscribeMixin(LitElement) {
((network.dataset.preferred_extended_address &&
this._otbrInfo[network.dataset.preferred_extended_address]) ||
Object.values(this._otbrInfo).find(
(otbr) => otbr.extended_pan_id === network.dataset?.extended_pan_id
(otbr) => otbr.extended_pan_id === network.dataset!.extended_pan_id
));
const canImportKeychain =
this.hass.auth.external?.config.canTransferThreadCredentialsToKeychain &&
Expand Down

0 comments on commit be7956c

Please sign in to comment.