diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts | 2 |
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 | ||