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() {