From 936936596b25db999c787e4b9ff683c100c2b6d6 Mon Sep 17 00:00:00 2001 From: Daniel Lew Date: Fri, 3 Apr 2026 11:24:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20fix:=20only=20show=20Searchbar?= =?UTF-8?q?=20if=20enabled=20(#12424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The search bar was showing even if you have no search capability; now it respects the `enabled` field. --- client/src/components/UnifiedSidebar/ConversationsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/UnifiedSidebar/ConversationsSection.tsx b/client/src/components/UnifiedSidebar/ConversationsSection.tsx index c02741d038..4cd487ad3d 100644 --- a/client/src/components/UnifiedSidebar/ConversationsSection.tsx +++ b/client/src/components/UnifiedSidebar/ConversationsSection.tsx @@ -120,7 +120,7 @@ const ConversationsSection = memo(() => { )} - + {search.enabled && } {isSmallScreen && (