diff --git a/extension/app/src/components/conversation/ConversationsListButton.tsx b/extension/app/src/components/conversation/ConversationsListButton.tsx index e96067940417..6660e3d33879 100644 --- a/extension/app/src/components/conversation/ConversationsListButton.tsx +++ b/extension/app/src/components/conversation/ConversationsListButton.tsx @@ -86,7 +86,9 @@ const Content = () => { {Object.keys(conversationsByDate).map((dateLabel) => ( <> - + {conversationsByDate[dateLabel as GroupLabel].length > 0 && ( + + )} {conversationsByDate[dateLabel as GroupLabel].map((conversation) => (