diff --git a/src/components/IdolCard.jsx b/src/components/IdolCard.jsx index 2870a4a..ddc9e4b 100644 --- a/src/components/IdolCard.jsx +++ b/src/components/IdolCard.jsx @@ -9,6 +9,7 @@ const IdolCard = ({ isDisabled = false, sizeClass = 'w-[98px] h-[98px] tablet:w-[128px] tablet:h-[128px]', onClick, + isMyPage = true, }) => { const defaultImage = 'https://link24.kr/9iFIhh0'; @@ -22,7 +23,7 @@ const IdolCard = ({ } // 비활성화된 경우 클릭 방지 > {children} -
+{idol.name}
+{idol.group || '그룹 없음'}
+@@ -40,6 +43,7 @@ const MonthlyChartItem = ({ isSelected={selectedIdol === idol.id} sizeClass="w-[70px] h-[70px]" isSelectable={false} + isMyPage={false} /> {selectedIdol === idol.id && (