Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 8, 2024
1 parent a9972fe commit 219a04c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
class="btn"
(click)="openLighthouseV1IdWizard()"
[ngClass]="
lighthouseService.deviceNeedsIdentifier(lighthouseDevice)
lighthouseService.deviceNeedsIdentifier(lighthouseDevice!)
? 'btn-primary'
: 'btn-secondary'
"
>
{{
(lighthouseService.deviceNeedsIdentifier(lighthouseDevice)
(lighthouseService.deviceNeedsIdentifier(lighthouseDevice!)
? 'comp.device-edit-modal.v1Identifier.set'
: 'comp.device-edit-modal.v1Identifier.change'
) | translate
Expand Down

0 comments on commit 219a04c

Please sign in to comment.