diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index ed89a76d..e3dd766c 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -20,7 +20,7 @@ import SettingsButton from './SettingsButton' export default function PrimaryPageSidebar() { const { isSmallScreen } = useScreenSize() const { themeSetting } = useTheme() - const { sidebarCollapse, updateSidebarCollapse } = useUserPreferences() + const { sidebarCollapse, updateSidebarCollapse, enableSingleColumnLayout } = useUserPreferences() const { pubkey } = useNostr() if (isSmallScreen) return null @@ -58,7 +58,7 @@ export default function PrimaryPageSidebar() {