Skip to content

Commit

Permalink
fix tests for status bar live status
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed Jun 7, 2024
1 parent a2fafd7 commit debaa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/layout/live-bar/live-bar.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="live-bar" [routerLink]="'/m/' + meetingId + '/live'" [queryParams]="{live: '1'}">
<div class="live-bar" *ngIf="meetingId" [routerLink]="'/m/' + meetingId + '/live'" [queryParams]="{live: '1'}">

<div class="bar-live">
<div class="blink">
Expand Down

0 comments on commit debaa87

Please sign in to comment.