From 04e81ba20ea15d8776d3efd7961fad349e61fed9 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 22 Sep 2025 20:55:33 +0700 Subject: [PATCH] chore: update height of thread detail --- web-app/src/routes/threads/$threadId.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/routes/threads/$threadId.tsx b/web-app/src/routes/threads/$threadId.tsx index dfb2e6f47..8941bdf6c 100644 --- a/web-app/src/routes/threads/$threadId.tsx +++ b/web-app/src/routes/threads/$threadId.tsx @@ -124,7 +124,7 @@ function ThreadDetail() { if (!messages || !threadModel) return null return ( -
+
{PlatformFeatures[PlatformFeature.ASSISTANTS] && (