diff --git a/frontend/chat-ui/src/components/ProfileMenu.jsx b/frontend/chat-ui/src/components/ProfileMenu.jsx index badefea..34636f2 100644 --- a/frontend/chat-ui/src/components/ProfileMenu.jsx +++ b/frontend/chat-ui/src/components/ProfileMenu.jsx @@ -9,7 +9,10 @@ export default function ProfileMenu() { const toggleMemory = () => dispatch({ type: 'TOGGLE_MEMORY' }); return ( -