瀏覽代碼

clean code

Shun Miyazawa 1 年之前
父節點
當前提交
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'] ?? '';
 const moduleClass = styles['ai-assistant-tree-item'] ?? '';
 
 
+
 /*
 /*
-*  For ThreadItem
+*  ThreadItem
 */
 */
 type ThreadItemProps = {
 type ThreadItemProps = {
   thread: IThreadRelationHasId
   thread: IThreadRelationHasId