From 4f978d360072048c240925a9556b7db382fd61c8 Mon Sep 17 00:00:00 2001 From: dakai Date: Sat, 5 Oct 2024 12:00:06 +0800 Subject: [PATCH] style: fix indentation in Chat component --- app/components/chat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index e467f55b6..416c76e1c 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -507,7 +507,7 @@ export function ChatActions(props: { }, [models, currentModel, currentProviderName]); const [showModelSelector, setShowModelSelector] = useState(false); const [showPluginSelector, setShowPluginSelector] = useState(false); - // TODO: remember to make it false + // TODO: for developing purpose to set it to true const [showUploadImage, setShowUploadImage] = useState(true); const [showSizeSelector, setShowSizeSelector] = useState(false); @@ -586,7 +586,7 @@ export function ChatActions(props: { )} : } />