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}