From d2391481a39133612ccf52757ed4ba1c7d3a50c3 Mon Sep 17 00:00:00 2001 From: jerry Date: Tue, 2 Sep 2025 15:24:29 +0800 Subject: [PATCH] =?UTF-8?q?merge(custom):=20=E4=BF=AE=E5=A4=8D=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E9=97=AE=E9=A2=98=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/subpages/mdugc/index.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/subpages/mdugc/index.js b/src/subpages/mdugc/index.js index 7aa0cfa8b..f418efba9 100644 --- a/src/subpages/mdugc/index.js +++ b/src/subpages/mdugc/index.js @@ -213,13 +213,6 @@ function UgcIndex() { }} renderFooter={} > - {filterList.map((item) => { - return ( - - {item.tag_name} - - ) - })}