]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/live-stream-information.component.html
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.html
index cf30c1ce1bd98aa3e1c8cc8abedefb49c6466f30..e385b429cc837cae75826cd9c11f6dd52aa39a78 100644 (file)
@@ -32,8 +32,8 @@
       <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
     </div>
 
-    <div class="journal">
-      <label i18n>Latest live sessions</label>
+    <div class="journal" *ngIf="latestLiveSessions.length !== 0">
+      <div class="mb-2 fw-bold" i18n>Latest live sessions</div>
 
       <div class="journal-session" *ngFor="let session of latestLiveSessions">
         <span i18n class="pt-badge badge-success" *ngIf="!getErrorLabel(session)">Success</span>