diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-21 12:28:32 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-21 13:13:49 +0200 |
commit | dc0091326156aaeda566151b65fe8d49097750b9 (patch) | |
tree | 7e2b30d3db3a4c2f7ba65c84c607815396f018bf /client/src/app/admin | |
parent | c731ee4efdbc3c6e867b024110fc12aac326f543 (diff) | |
download | PeerTube-dc0091326156aaeda566151b65fe8d49097750b9.tar.gz PeerTube-dc0091326156aaeda566151b65fe8d49097750b9.tar.zst PeerTube-dc0091326156aaeda566151b65fe8d49097750b9.zip |
Client: avoid "quit friends" to appear during the pending request
Diffstat (limited to 'client/src/app/admin')
-rw-r--r-- | client/src/app/admin/friends/friend-list/friend-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/friend-list/friend-list.component.html b/client/src/app/admin/friends/friend-list/friend-list.component.html index d786a7846..20b4d12db 100644 --- a/client/src/app/admin/friends/friend-list/friend-list.component.html +++ b/client/src/app/admin/friends/friend-list/friend-list.component.html | |||
@@ -20,7 +20,7 @@ | |||
20 | </tbody> | 20 | </tbody> |
21 | </table> | 21 | </table> |
22 | 22 | ||
23 | <a *ngIf="friends?.length !== 0" class="add-user btn btn-danger pull-left" (click)="quitFriends()"> | 23 | <a *ngIf="friends && friends.length !== 0" class="add-user btn btn-danger pull-left" (click)="quitFriends()"> |
24 | Quit friends | 24 | Quit friends |
25 | </a> | 25 | </a> |
26 | 26 | ||