From 458147dac3c79fc03e54b92a35d676ef433844aa Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Fri, 8 Jul 2022 20:32:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/addCollection/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/addCollection/index.tsx b/src/components/addCollection/index.tsx index 6e56256..0a74b4e 100644 --- a/src/components/addCollection/index.tsx +++ b/src/components/addCollection/index.tsx @@ -13,7 +13,6 @@ type ReasonInfoParam = { show?: boolean, //显示 onClose?: () => void, //关闭 onAdd?: (val: any) => void - } export default memo(({show = false, onClose, onAdd}: ReasonInfoParam) => { //获取列表