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 = (