From c5009f659e31ca0fee6b1cac23e3d97a62a6acb6 Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 22 Oct 2025 22:22:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sidebar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {