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} />