Skip to content

Commit

Permalink
Merge branch 'develop' into steam-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Sep 8, 2024
2 parents b166da0 + 219a04c commit 485342a
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 485342a

Please sign in to comment.