From 2a31ca9b0d373a02f801b057a48ce95ffb3b4c69 Mon Sep 17 00:00:00 2001 From: Qwikode Date: Thu, 21 Nov 2024 23:42:18 +0200 Subject: [PATCH] fix(code): remove commented code --- app/components/chat/BaseChat.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index e0ccb682..f095728b 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -353,7 +353,6 @@ export const BaseChat = React.forwardRef( className="border border-bolt-elements-borderColor rounded-full bg-gray-50 hover:bg-gray-100 dark:bg-gray-950 dark:hover:bg-gray-900 text-bolt-elements-textSecondary hover:text-bolt-elements-textPrimary px-3 py-1 text-xs transition-theme" > {examplePrompt.text} - {/*
*/} ); })}