소스 검색

clean codes

kosei-n 2 년 전
부모
커밋
e0ac122faa
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      apps/app/src/components/TreeItem/SimpleItem.tsx

+ 0 - 7
apps/app/src/components/TreeItem/SimpleItem.tsx

@@ -210,13 +210,6 @@ export const SimpleItem: FC<SimpleItemProps> = (props) => {
 
         <SimpleItemContent page={page} />
 
-        {/* <div className="col-2 d-flex">
-          {EndComponents.map((EndComponent, index) => (
-            // eslint-disable-next-line react/no-array-index-key
-            <EndComponent key={index} {...toolProps} />
-          ))}
-        </div> */}
-
         {EndComponents.map((EndComponent, index) => (
           // eslint-disable-next-line react/no-array-index-key
           <EndComponent key={index} {...toolProps} />