{props.isCancellable && (
diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx
index b4efe805..c6632dab 100644
--- a/frontend/src/conversation/Conversation.tsx
+++ b/frontend/src/conversation/Conversation.tsx
@@ -133,7 +133,7 @@ export default function Conversation() {
{queries.length > 0 && !hasScrolledToLast && (
)}
{queries.length > 0 && (
-
+
{queries.map((query, index) => {
return (
diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx
index e8caf2f9..7bd26f24 100644
--- a/frontend/src/conversation/ConversationBubble.tsx
+++ b/frontend/src/conversation/ConversationBubble.tsx
@@ -88,7 +88,7 @@ const ConversationBubble = forwardRef<
)}
-
+
Are you sure you want to delete all the conversations?
-
);
}}
diff --git a/frontend/src/settings/Documents.tsx b/frontend/src/settings/Documents.tsx
index bccefd38..e9d9c1c9 100644
--- a/frontend/src/settings/Documents.tsx
+++ b/frontend/src/settings/Documents.tsx
@@ -8,8 +8,8 @@ const Documents: React.FC = ({
return (
-
-
+
+
| Document Name |
diff --git a/frontend/src/settings/General.tsx b/frontend/src/settings/General.tsx
index 6af23b98..6d5e85ee 100644
--- a/frontend/src/settings/General.tsx
+++ b/frontend/src/settings/General.tsx
@@ -100,10 +100,10 @@ const General: React.FC = () => {
Delete all conversations