diff --git a/client/src/components/Chat/Presentation.tsx b/client/src/components/Chat/Presentation.tsx index 990f1b9c63..eadd241359 100644 --- a/client/src/components/Chat/Presentation.tsx +++ b/client/src/components/Chat/Presentation.tsx @@ -54,6 +54,7 @@ export default function Presentation({ const defaultLayout = resizableLayout ? JSON.parse(resizableLayout) : undefined; const defaultCollapsed = collapsedPanels ? JSON.parse(collapsedPanels) : undefined; + const fullCollapse = localStorage.getItem('fullPanelCollapse') === 'true'; const layout = () => (