diff --git a/pages/api/home/home.tsx b/pages/api/home/home.tsx index 1cc0fb3..e5c6239 100644 --- a/pages/api/home/home.tsx +++ b/pages/api/home/home.tsx @@ -275,6 +275,7 @@ const Home = ({ if (window.innerWidth < 640) { dispatch({ field: 'showChatbar', value: false }); + dispatch({ field: 'showPromptbar', value: false }); } const showChatbar = localStorage.getItem('showChatbar');