From c10a0ffe1cfe481f2ab124043d34b0351a422fcc Mon Sep 17 00:00:00 2001 From: Ashesh <3626859+Ashesh3@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:13:38 +0530 Subject: [PATCH] Fix chatbar (#105) --- src/components/ui/interactive.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/interactive.tsx b/src/components/ui/interactive.tsx index 52eb8855..81476abe 100644 --- a/src/components/ui/interactive.tsx +++ b/src/components/ui/interactive.tsx @@ -25,8 +25,8 @@ export function Input( )} disabled={loading} /> - {right} + );