From 90057666c6fce6f4edfe75a3c04dbd193717ca00 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 7 Mar 2025 15:17:04 +0100 Subject: [PATCH] Archived Chats: Show title (#5714) --- src/components/left/ArchivedChats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/left/ArchivedChats.tsx b/src/components/left/ArchivedChats.tsx index 91437067d..d3d650c6c 100644 --- a/src/components/left/ArchivedChats.tsx +++ b/src/components/left/ArchivedChats.tsx @@ -71,7 +71,7 @@ const ArchivedChats: FC = ({ const { shouldRender: shouldRenderTitle, transitionClassNames: titleClassNames, - } = useShowTransitionDeprecated(!isForumPanelOpen); + } = useShowTransitionDeprecated(!isForumPanelOpen, undefined, undefined, false); const { shouldRenderForumPanel, handleForumPanelAnimationEnd,