From e04dfc73c7ebf4703bf5b4543da3c82cd06fb2c3 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 13 Jun 2025 15:22:55 +0700 Subject: [PATCH] fix: thinking block (#5263) --- web-app/src/containers/ThreadContent.tsx | 2 +- web-app/src/routes/hub.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web-app/src/containers/ThreadContent.tsx b/web-app/src/containers/ThreadContent.tsx index 2ad4477e6..f067a4431 100644 --- a/web-app/src/containers/ThreadContent.tsx +++ b/web-app/src/containers/ThreadContent.tsx @@ -184,7 +184,7 @@ export const ThreadContent = memo( | undefined return ( - + {item.content?.[0]?.text && item.role === 'user' && (
diff --git a/web-app/src/routes/hub.tsx b/web-app/src/routes/hub.tsx index 9ae3d151e..8c299bd5f 100644 --- a/web-app/src/routes/hub.tsx +++ b/web-app/src/routes/hub.tsx @@ -236,7 +236,8 @@ function Hub() {