Skip to content

Commit 5fbf9c3

Browse files
authored
fix: 웹 내 정보 페이지 위시학교 갯수 업데이트 안되는 문제 해결 (#192)
1 parent 9d737ec commit 5fbf9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/my/MyContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const MyContent = () => {
138138
</div>
139139

140140
<div className="mx-5 mb-5">
141-
<MyInfoCard scrapCount={0} interestMentoCount={0} wishUniversityCount={0} />
141+
<MyInfoCard scrapCount={0} interestMentoCount={0} wishUniversityCount={myInfo.likedUniversityCount} />
142142
</div>
143143
<div>
144144
<MyMenuGroup icon={<IconMyMenuPerson />} subject="내 정보">

0 commit comments

Comments
 (0)