diff --git a/app/components/History.tsx b/app/components/History.tsx index d109f24..e4d593a 100644 --- a/app/components/History.tsx +++ b/app/components/History.tsx @@ -34,35 +34,28 @@ const History: React.FC = () => { {/* Populate with history items */} {chatHistory.chats.map((chats, index) => (