From 6f560dc440416402dff4718a0f70eb29d176759f Mon Sep 17 00:00:00 2001 From: Rao <1227431568@qq.com> Date: Tue, 25 Feb 2025 17:47:09 +0800 Subject: [PATCH] add --- apps/web/src/app/main/home/components/CoursesSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/app/main/home/components/CoursesSection.tsx b/apps/web/src/app/main/home/components/CoursesSection.tsx index f34b1ac..2cda30d 100755 --- a/apps/web/src/app/main/home/components/CoursesSection.tsx +++ b/apps/web/src/app/main/home/components/CoursesSection.tsx @@ -109,8 +109,8 @@ const CoursesSection: React.FC = ({ ) : ( <> - {['全部',...gateGory.categories].map((category) => ( - + {['全部',...gateGory.categories].map((category,idx) => ( + ))} )}