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,