Shun Miyazawa 1 год назад
Родитель
Сommit
38bddee4b3

+ 2 - 1
apps/app/src/features/openai/client/components/AiAssistant/Sidebar/AiAssistantTree.tsx

@@ -16,8 +16,9 @@ import styles from './AiAssistantTree.module.scss';
 
 const moduleClass = styles['ai-assistant-tree-item'] ?? '';
 
+
 /*
-*  For ThreadItem
+*  ThreadItem
 */
 type ThreadItemProps = {
   thread: IThreadRelationHasId