diff --git a/src/components/category-list/index.jsx b/src/components/category-list/index.jsx index efec0c5..4f48e5e 100644 --- a/src/components/category-list/index.jsx +++ b/src/components/category-list/index.jsx @@ -1,12 +1,6 @@ import React, { Fragment, useEffect, useState } from 'react' -import { - CaretDownOutlined, - CaretUpOutlined, - DownOutlined, - RightOutlined, - UpOutlined -} from '@ant-design/icons' +import { CaretDownOutlined, CaretUpOutlined, RightOutlined } from '@ant-design/icons' import req from '@utils/request' import { Divider, Modal, Spin } from 'antd' import _ from 'lodash' @@ -283,7 +277,7 @@ const CategoryList = ({ primaryCategoryId, categoryList, ...props }) => { ) })} - {secondCategoryItem.children.length > 5 ? ( + {/* {secondCategoryItem.children.length > 5 ? (