From a429771b927911b45be7dfe35f9a055fa1d87f70 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 4 May 2020 17:02:53 +1000 Subject: [PATCH] Linted --- ts/components/session/LeftPaneContactSection.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/components/session/LeftPaneContactSection.tsx b/ts/components/session/LeftPaneContactSection.tsx index c78e067e7..6a8cce476 100644 --- a/ts/components/session/LeftPaneContactSection.tsx +++ b/ts/components/session/LeftPaneContactSection.tsx @@ -327,7 +327,8 @@ export class LeftPaneContactSection extends React.Component { ); const friends = window.getFriendsFromContacts(this.props.friends); - const length = Number(visibleFriendRequests.length) + Number(friends.length); + const length = + Number(visibleFriendRequests.length) + Number(friends.length); const combined = [...visibleFriendRequests, ...friends]; const list = (