From fab84d7371cf4000fe38224bc10ce390446f73f1 Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Mon, 5 May 2025 02:03:48 -0700 Subject: [PATCH] style --- .../void/browser/react/src/sidebar-tsx/SidebarChat.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index b8315d8a..9e072e1f 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -3020,14 +3020,14 @@ export const SidebarChat = () => { {landingPageInput} - {Object.keys(chatThreadsState.allThreads).length > 1 ? // show if there are threads + {Object.keys(chatThreadsState.allThreads).length > 1 ? // show if there are threads -
Previous Threads
+
Previous Threads
: -
Suggestions
+
Suggestions
{initiallySuggestedPromptsHTML}
}