Skip to content

Commit

Permalink
feat: 서포터 프로필 페이지 총 게시물 수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
상규 authored and 상규 committed Oct 10, 2023
1 parent 477a729 commit 77824f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/SupporterProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const SupporterProfilePage = () => {

<S.ReviewCountWrapper>
<S.ReviewCountTitle>완료된 리뷰</S.ReviewCountTitle>
<S.ReviewCount>{supporterProfilePost?.length}</S.ReviewCount>
{/* <S.ReviewCount>{supporterProfilePost?.length}</S.ReviewCount> */}
</S.ReviewCountWrapper>
<S.PostsContainer>
{supporterProfilePost?.map((runnerPostData) => (
Expand Down

0 comments on commit 77824f6

Please sign in to comment.