diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:37:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:37:18 +0200 |
commit | 1b20624552501e8c2968853c6d139af568e1eb95 (patch) | |
tree | c9788cbdef6af1ee4997e4a5640c7929e4c6c338 /client/src/app/+videos | |
parent | e874edd9f876df7b4020137b3a9b7feb8078b38f (diff) | |
download | PeerTube-1b20624552501e8c2968853c6d139af568e1eb95.tar.gz PeerTube-1b20624552501e8c2968853c6d139af568e1eb95.tar.zst PeerTube-1b20624552501e8c2968853c6d139af568e1eb95.zip |
Don't display scope fitler on account/channel pages
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/video-list/video-user-subscriptions.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+videos/video-list/video-user-subscriptions.component.ts | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/+videos/video-list/video-user-subscriptions.component.html b/client/src/app/+videos/video-list/video-user-subscriptions.component.html index 2675b58bf..5536bb945 100644 --- a/client/src/app/+videos/video-list/video-user-subscriptions.component.html +++ b/client/src/app/+videos/video-list/video-user-subscriptions.component.html | |||
@@ -13,5 +13,7 @@ | |||
13 | [groupByDate]="true" | 13 | [groupByDate]="true" |
14 | 14 | ||
15 | [disabled]="disabled" | 15 | [disabled]="disabled" |
16 | |||
17 | [headerActions]="actions" | ||
16 | > | 18 | > |
17 | </my-videos-list> | 19 | </my-videos-list> |
diff --git a/client/src/app/+videos/video-list/video-user-subscriptions.component.ts b/client/src/app/+videos/video-list/video-user-subscriptions.component.ts index 43cbab9f6..04f02c138 100644 --- a/client/src/app/+videos/video-list/video-user-subscriptions.component.ts +++ b/client/src/app/+videos/video-list/video-user-subscriptions.component.ts | |||
@@ -23,7 +23,7 @@ export class VideoUserSubscriptionsComponent implements DisableForReuseHook { | |||
23 | { | 23 | { |
24 | routerLink: '/my-library/subscriptions', | 24 | routerLink: '/my-library/subscriptions', |
25 | label: $localize`Subscriptions`, | 25 | label: $localize`Subscriptions`, |
26 | iconName: 'cog' | 26 | iconName: 'cog' as 'cog' |
27 | } | 27 | } |
28 | ] | 28 | ] |
29 | 29 | ||