Skip to content

Commit

Permalink
Hide signalr hub status light in prod mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 17, 2023
1 parent eaea337 commit 282c124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<app-status-light [state]="statusLightState" [tooltip]="tooltip"></app-status-light>
<app-status-light *ngIf="isDevMode" [state]="statusLightState" [tooltip]="tooltip"></app-status-light>

0 comments on commit 282c124

Please sign in to comment.