reiji-h 1 год назад
Родитель
Сommit
320f308249
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/components/TreeItem/SimpleItem.tsx

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

@@ -166,7 +166,6 @@ export const SimpleItem: FC<SimpleItemProps> = (props) => {
     }
     }
   }, [data, isOpen, targetPathOrId]);
   }, [data, isOpen, targetPathOrId]);
 
 
-
   const ItemClassFixed = itemClass ?? SimpleItem;
   const ItemClassFixed = itemClass ?? SimpleItem;
 
 
   const EndComponents = props.customEndComponents ?? [SimpleItemTool];
   const EndComponents = props.customEndComponents ?? [SimpleItemTool];