aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-15 11:58:51 +0100
committerChocobozzz <me@florianbigard.com>2023-02-15 12:05:45 +0100
commit72c98d189ef7b18264a7f715d7a58910eba29a1c (patch)
tree3ee773d2cc8b9d66c2c9f293c1d7c1b65e2f9226 /client/src/app/+videos
parent0e76f30abb22bea8ab123902d6b3bf168f9a65c2 (diff)
downloadPeerTube-72c98d189ef7b18264a7f715d7a58910eba29a1c.tar.gz
PeerTube-72c98d189ef7b18264a7f715d7a58910eba29a1c.tar.zst
PeerTube-72c98d189ef7b18264a7f715d7a58910eba29a1c.zip
Correctly fix table column widths
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r--client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
index 426f5d622..ee3a6c73e 100644
--- a/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts
@@ -68,7 +68,7 @@ export class RecommendedVideosComponent implements OnInit, OnChanges, OnDestroy
68 } 68 }
69 } 69 }
70 70
71 ngOnDestroy(): void { 71 ngOnDestroy () {
72 if (this.userSub) this.userSub.unsubscribe() 72 if (this.userSub) this.userSub.unsubscribe()
73 } 73 }
74 74