Skip to content

Commit

Permalink
Fix V1 id option showing for V2 lighthouses
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 8, 2024
1 parent 79a0321 commit 84e7cf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</label>
</div>
</div>
<div class="setting-row" *ngIf="lighthouseDevice">
<div class="setting-row" *ngIf="lighthouseDevice?.deviceType === 'lighthouseV1'">
<div class="setting-row-label" translate>
<span translate>comp.device-edit-modal.v1Identifier.title</span>
<span translate>comp.device-edit-modal.v1Identifier.description</span>
Expand Down

0 comments on commit 84e7cf6

Please sign in to comment.