From b3560f4d6d0718abb2b1498f3f60635750562281 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 1 Nov 2023 12:18:34 +0700 Subject: [PATCH] Make a conversation ui more consistant --- web/app/_components/InputToolbar/index.tsx | 2 +- web/app/_components/SimpleTextMessage/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (