diff --git a/src/components/profile-hover-card.tsx b/src/components/profile-hover-card.tsx index db555e226..1cb97263f 100644 --- a/src/components/profile-hover-card.tsx +++ b/src/components/profile-hover-card.tsx @@ -107,7 +107,7 @@ export const ProfileHoverCard: React.FC = ({ visible = true } onMouseEnter={handleMouseEnter(dispatch)} onMouseLeave={handleMouseLeave(dispatch)} > - + diff --git a/src/features/chats/components/chat-list.tsx b/src/features/chats/components/chat-list.tsx index f896f027b..ce70fc7a7 100644 --- a/src/features/chats/components/chat-list.tsx +++ b/src/features/chats/components/chat-list.tsx @@ -75,13 +75,13 @@ const ChatList: React.FC = ({ onClickChat, useWindowScroll = false })