diff --git a/web/app/_components/InputToolbar/index.tsx b/web/app/_components/InputToolbar/index.tsx
index 40cd140af..722073455 100644
--- a/web/app/_components/InputToolbar/index.tsx
+++ b/web/app/_components/InputToolbar/index.tsx
@@ -78,7 +78,7 @@ const InputToolbar: React.FC = () => {
if (conversations.length > 0)
return (
-
+
{currentConvoState?.error && (
diff --git a/web/app/_components/SimpleTextMessage/index.tsx b/web/app/_components/SimpleTextMessage/index.tsx
index 6085ae0fb..d38a507c4 100644
--- a/web/app/_components/SimpleTextMessage/index.tsx
+++ b/web/app/_components/SimpleTextMessage/index.tsx
@@ -51,7 +51,7 @@ const SimpleTextMessage: React.FC = ({
return (