aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/friends/friend-list/friend-list.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/friends/friend-list/friend-list.component.ts')
-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() {