aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/+my-account-video-channels
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-07-24 12:05:36 +0200
committerRigel Kent <par@rigelk.eu>2020-07-29 18:15:53 +0200
commit225a7682e68d81c3c90ff50e704db4ab5f81a341 (patch)
treebf73366c25a05a2dacf5c827c3b0d4b1f96d5b61 /client/src/app/+my-account/+my-account-video-channels
parent66927c0588b050f23ad3f98d62b48307bc7e79e7 (diff)
downloadPeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.gz
PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.tar.zst
PeerTube-225a7682e68d81c3c90ff50e704db4ab5f81a341.zip
adapt notifications buttons for small screens
Diffstat (limited to 'client/src/app/+my-account/+my-account-video-channels')
-rw-r--r--client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
index da8c7298f..ad9368794 100644
--- a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
+++ b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
@@ -99,7 +99,7 @@ export class MyAccountVideoChannelsComponent implements OnInit {
99 } 99 }
100 } 100 }
101 101
102 resetSearch() { 102 resetSearch () {
103 this.channelsSearch = '' 103 this.channelsSearch = ''
104 this.onChannelsSearchChanged() 104 this.onChannelsSearchChanged()
105 } 105 }