From af4fad55256a78bde0e41c93c2902ddd48422894 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 20 May 2026 22:17:06 +0800 Subject: [PATCH] auto-sync: 2026-05-20 22:17:06 --- src/frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index 15cb1da..556254b 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -22,6 +22,7 @@ import NotificationCenter from './components/NotificationCenter'; export default function App() { const [showCreateModal, setShowCreateModal] = useState(false); + const [showNotifCenter, setShowNotifCenter] = useState(false); const [showSearch, setShowSearch] = useState(false); const activeTab = useStore((s) => s.activeTab); const setActiveTab = useStore((s) => s.setActiveTab);