diff --git a/frontend/src/components/Teams/ViewThreads.tsx b/frontend/src/components/Teams/ViewThreads.tsx index a1eefbb..82ab031 100644 --- a/frontend/src/components/Teams/ViewThreads.tsx +++ b/frontend/src/components/Teams/ViewThreads.tsx @@ -1,7 +1,6 @@ import { Flex, Spinner, - Container, TableContainer, Table, Thead, @@ -84,7 +83,6 @@ const ChatHistory = ({ teamId, updateTabIndex }: ChatHistoryProps) => { ) : ( threads && ( - @@ -95,7 +93,7 @@ const ChatHistory = ({ teamId, updateTabIndex }: ChatHistoryProps) => { - + {threads.data.map((thread) => ( { cursor={"pointer"} > - +
Actions
{new Date(thread.updated_at).toLocaleString()}{thread.query}{thread.query} {thread.id} {
-
) )}