We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d737ec commit 5fbf9c3Copy full SHA for 5fbf9c3
src/app/my/MyContent.tsx
@@ -138,7 +138,7 @@ const MyContent = () => {
138
</div>
139
140
<div className="mx-5 mb-5">
141
- <MyInfoCard scrapCount={0} interestMentoCount={0} wishUniversityCount={0} />
+ <MyInfoCard scrapCount={0} interestMentoCount={0} wishUniversityCount={myInfo.likedUniversityCount} />
142
143
<div>
144
<MyMenuGroup icon={<IconMyMenuPerson />} subject="내 정보">
0 commit comments