소스 검색

clean code

Shun Miyazawa 1 년 전
부모
커밋
38bddee4b3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      apps/app/src/features/openai/client/components/AiAssistant/Sidebar/AiAssistantTree.tsx

+ 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