Skip to content

Commit

Permalink
Fix dialog-person-detail tracker selection (#23454)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Dec 25, 2024
1 parent a0799a4 commit 5453d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/config/person/dialog-person-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class DialogPersonDetail extends LitElement implements HassDialog {
</ha-settings-row>
${this._renderUserFields()}
${!this._deviceTrackersAvailable(this.hass)
${this._deviceTrackersAvailable(this.hass)
? html`
<p>
${this.hass.localize(
Expand Down

0 comments on commit 5453d6f

Please sign in to comment.