Skip to content

Commit 5aa4621

Browse files
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.
1 parent 454c539 commit 5aa4621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ConversationCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function ConversationCard(props) {
7272

7373
/**
7474
* @type {[ConversationItemData[], (conversationItemData: ConversationItemData[]) => void]}
75-
*/
75+
*/
7676
const [conversationItemData, setConversationItemData] = useState([])
7777
const config = useConfig()
7878
const customOpenAIProviders = Array.isArray(config.customOpenAIProviders)

0 commit comments

Comments
 (0)