aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-21 12:28:32 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-21 13:13:49 +0200
commitdc0091326156aaeda566151b65fe8d49097750b9 (patch)
tree7e2b30d3db3a4c2f7ba65c84c607815396f018bf /client/src
parentc731ee4efdbc3c6e867b024110fc12aac326f543 (diff)
downloadPeerTube-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')
-rw-r--r--client/src/app/admin/friends/friend-list/friend-list.component.html2
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