We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454c539 commit 5aa4621Copy full SHA for 5aa4621
1 file changed
src/components/ConversationCard/index.jsx
@@ -72,7 +72,7 @@ function ConversationCard(props) {
72
73
/**
74
* @type {[ConversationItemData[], (conversationItemData: ConversationItemData[]) => void]}
75
- */
+ */
76
const [conversationItemData, setConversationItemData] = useState([])
77
const config = useConfig()
78
const customOpenAIProviders = Array.isArray(config.customOpenAIProviders)
0 commit comments