Skip to content

Commit 9005766

Browse files
committed
Archived Chats: Show title (#5714)
1 parent 8484935 commit 9005766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/left/ArchivedChats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const ArchivedChats: FC<OwnProps> = ({
7171
const {
7272
shouldRender: shouldRenderTitle,
7373
transitionClassNames: titleClassNames,
74-
} = useShowTransitionDeprecated(!isForumPanelOpen);
74+
} = useShowTransitionDeprecated(!isForumPanelOpen, undefined, undefined, false);
7575

7676
const {
7777
shouldRenderForumPanel, handleForumPanelAnimationEnd,

0 commit comments

Comments
 (0)