From 1167904f3d8498b1b905ebf7673568797df85031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=EC=A0=95=EC=9A=B0?= Date: Mon, 23 Dec 2024 15:21:04 +0900 Subject: [PATCH] feat: my collection view --- .../collection/components/detail-info/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/features/collection/components/detail-info/index.tsx b/src/features/collection/components/detail-info/index.tsx index e64603c3..34ce832c 100644 --- a/src/features/collection/components/detail-info/index.tsx +++ b/src/features/collection/components/detail-info/index.tsx @@ -130,6 +130,16 @@ const DetailInfo = ({ id }: Props) => { {isMine && (
+
+ + {collectionData.solvedMemberCount}명이 이 + 컬렉션을 풀었어요 + + + 문제별 평균 정답률을 확인해보세요 + +
+
{collectionData.quizzes.map((quiz) => (