From ba567adca290a91d6f762a863f3ac492affc7f6c Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Fri, 22 May 2026 03:11:24 +0800 Subject: [PATCH] Fix ConversationCard JSDoc indentation to match Prettier PR #930's commit `a8fff607` left the closing marker one space short, so pre-commit formatting kept surfacing this unrelated diff. --- src/components/ConversationCard/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index bcaf3f2ab..f7137506e 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -72,7 +72,7 @@ function ConversationCard(props) { /** * @type {[ConversationItemData[], (conversationItemData: ConversationItemData[]) => void]} - */ + */ const [conversationItemData, setConversationItemData] = useState([]) const config = useConfig() const customOpenAIProviders = Array.isArray(config.customOpenAIProviders)