Skip to content

Commit

Permalink
Corrected an issue that incorrectly displayed signalR status lights i…
Browse files Browse the repository at this point in the history
…n production environments. (#157)
  • Loading branch information
sei-bstein authored Jan 9, 2024
1 parent 815c59c commit ba2760b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ng-container *ngIf="isDevMode">
<app-status-light [state]="gameHubStatusLightState" [tooltip]="tooltip"></app-status-light>
<app-status-light [state]="supportHubStatusLightState" [tooltip]="tooltip"></app-status-light>
</ng-container>
<app-status-light [state]="gameHubStatusLightState" [tooltip]="tooltip"></app-status-light>
<app-status-light [state]="supportHubStatusLightState" [tooltip]="tooltip"></app-status-light>

0 comments on commit ba2760b

Please sign in to comment.