fix bug when going to hubs

This commit is contained in:
2024-09-27 17:16:40 +03:00
parent 1144e4280a
commit 0148083efd
3 changed files with 8 additions and 2 deletions

View File

@@ -2238,6 +2238,8 @@ export const Group = ({
hasUnreadDirects={directChatHasUnread}
setMobileViewMode={setMobileViewMode}
myName={userInfo?.name}
setSelectedDirect={setSelectedDirect}
setNewChat={setNewChat}
/>
)}