Skip to content

Commit

Permalink
refactor(member): 나의 회비 신청 내역 사이즈 변경 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Mar 30, 2024
1 parent be8c6e7 commit 29fad92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/member/src/pages/MyPage/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const MyPage = () => {
const { data: myCommentsData } = useMyComments(0, 10);
const { data: myMembershipFee } = useMembershipFee({
memberId: myProfile.id,
size: 5,
});
const { data: myBookLoanRecord } = useBookLoanRecordByMemberId(myProfile.id);
const { data: myActivityGroup } = useActivityGroupMemberMy();
Expand Down

0 comments on commit 29fad92

Please sign in to comment.