diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-25 15:05:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-25 15:05:26 +0200 |
commit | 4eb1259e6b2753e07a059671963a049bacb860b4 (patch) | |
tree | c6764f7c7565e73e51eb1b9c2a4a21628c01c283 /client/src/app | |
parent | 9397517a2618e121945273a7e8b1e511b20b5b99 (diff) | |
download | PeerTube-4eb1259e6b2753e07a059671963a049bacb860b4.tar.gz PeerTube-4eb1259e6b2753e07a059671963a049bacb860b4.tar.zst PeerTube-4eb1259e6b2753e07a059671963a049bacb860b4.zip |
Don't display live sessions block without sessions
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-video-live/live-stream-information.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index cf30c1ce1..8e61bdbb3 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html | |||
@@ -32,7 +32,7 @@ | |||
32 | <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div> | 32 | <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div> |
33 | </div> | 33 | </div> |
34 | 34 | ||
35 | <div class="journal"> | 35 | <div class="journal" *ngIf="latestLiveSessions.length !== 0"> |
36 | <label i18n>Latest live sessions</label> | 36 | <label i18n>Latest live sessions</label> |
37 | 37 | ||
38 | <div class="journal-session" *ngFor="let session of latestLiveSessions"> | 38 | <div class="journal-session" *ngFor="let session of latestLiveSessions"> |