aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/friends
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-02-10 11:51:51 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-02-10 11:52:45 +0100
commit7af75da41ba32451c3e9564714b05b506bdd881d (patch)
tree9f308d082acb8cbd045c3e378751a52d69f37c8c /client/src/app/+admin/friends
parentf6f7dfee01e8b7ddf62d2549b8f381d0b12b590e (diff)
downloadPeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.tar.gz
PeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.tar.zst
PeerTube-7af75da41ba32451c3e9564714b05b506bdd881d.zip
Client: fix lint
Diffstat (limited to 'client/src/app/+admin/friends')
-rw-r--r--client/src/app/+admin/friends/friend-list/friend-list.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/friends/friend-list/friend-list.component.ts b/client/src/app/+admin/friends/friend-list/friend-list.component.ts
index f29427640..9783adf16 100644
--- a/client/src/app/+admin/friends/friend-list/friend-list.component.ts
+++ b/client/src/app/+admin/friends/friend-list/friend-list.component.ts
@@ -45,7 +45,7 @@ export class FriendListComponent {
45 valuePrepareFunction: Utils.dateToHuman 45 valuePrepareFunction: Utils.dateToHuman
46 } 46 }
47 } 47 }
48 } 48 };
49 49
50 constructor( 50 constructor(
51 private notificationsService: NotificationsService, 51 private notificationsService: NotificationsService,
@@ -56,7 +56,7 @@ export class FriendListComponent {
56 } 56 }
57 57
58 hasFriends() { 58 hasFriends() {
59 return this.friendsSource.count() != 0; 59 return this.friendsSource.count() !== 0;
60 } 60 }
61 61
62 quitFriends() { 62 quitFriends() {