diff --git a/web/screens/Chat/ThreadList/index.tsx b/web/screens/Chat/ThreadList/index.tsx index fa4fdd3e0..fb6594fdb 100644 --- a/web/screens/Chat/ThreadList/index.tsx +++ b/web/screens/Chat/ThreadList/index.tsx @@ -87,7 +87,7 @@ export default function ThreadList() {
onThreadClick(thread)} > @@ -110,15 +110,41 @@ export default function ThreadList() { >
-
cleanThread(thread.id)} - > - - - Clean thread - -
+ + +
+ + + Clean thread + +
+
+ + + Clean Thread + +

Are you sure you want to clean this thread?

+ +
+ + + + + + +
+
+
+
+
@@ -155,9 +181,6 @@ export default function ThreadList() {
- {/* {messages.length > 0 && ( - )} */} - {activeThreadId === thread.id && (