Skip to content

Commit

Permalink
remove duoe
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jan 7, 2025
1 parent 27f0b41 commit 0dc4de1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/components/ai/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -955,23 +955,6 @@ const DevaBot = ({
</div>
)
)}
{threadHistory?.map(
(thread: any, index: number) => (
<div
key={thread.threadID}
onClick={() => setThread(thread.threadID)}
className={cn(
"border shrink-0 border-solid border-gray-300 rounded-lg p-2 cursor-pointer hover:bg-gray-100 truncate mx-2 mb-2",
{
"mt-2": index === 0,
}
)}
>
{thread.createdAt} -{" "}
<strong>{thread.convoTitle}</strong>
</div>
)
)}
</div>
</motion.div>
)}
Expand Down

0 comments on commit 0dc4de1

Please sign in to comment.