From 438d4168c05d6a47b300c50039701911303d2ac5 Mon Sep 17 00:00:00 2001 From: xuan Date: Fri, 17 Mar 2023 18:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1001559):=20=E3=80=90?= =?UTF-8?q?=E9=9D=A2=E4=B8=B4=E4=BC=98=E9=80=89=E3=80=91-=E5=8A=9F?= =?UTF-8?q?=E8=83=BD{-=E6=90=9C=E7=B4=A2=E7=AD=9B=E9=80=89}=EF=BC=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=B2=A1=E6=9C=89=E6=A0=87=E7=AD=BE=E7=9A=84?= =?UTF-8?q?=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【【面临优选】-功能{-搜索筛选}:显示没有标签的分类】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001001559 --- src/components/filter/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/filter/index.tsx b/src/components/filter/index.tsx index 41f2f01..417317b 100644 --- a/src/components/filter/index.tsx +++ b/src/components/filter/index.tsx @@ -133,6 +133,7 @@ const Filter = (props: params) => { { kindList?.map((item, key) => { + if (!item.product_label_data || item.product_label_data?.length === 0) { return null } return {item.name}