diff --git a/ts/components/leftPane/LeftPaneInboxHelper.tsx b/ts/components/leftPane/LeftPaneInboxHelper.tsx index a7e4757a55..720ce0eec5 100644 --- a/ts/components/leftPane/LeftPaneInboxHelper.tsx +++ b/ts/components/leftPane/LeftPaneInboxHelper.tsx @@ -245,11 +245,7 @@ export class LeftPaneInboxHelper extends LeftPaneHelper !this.conversations.length && !this.pinnedConversations.length && !this.archivedConversations.length; - return ( - hasNoConversations || - this.isAboutToSearchInAConversation || - Boolean(this.startSearchCounter) - ); + return hasNoConversations || this.isAboutToSearchInAConversation; } shouldRecomputeRowHeights(old: Readonly): boolean {