Skip to content

Commit

Permalink
Merge pull request #349 from TripInfoWeb/dev_gathering
Browse files Browse the repository at this point in the history
feat: 모임 신청시 나이와 성별로 구분하는 props 넘겨주는 부분, 빠진 파일 추가
  • Loading branch information
ssssksss authored Sep 21, 2024
2 parents 996d897 + 2232d6a commit 3030550
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/gathering/read/detail/GatheringViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ const GatheringViewer = ({
gatheringStatus={data.gatheringStatus}
isFinish={data.isFinish}
openChattingUrl={data.openChattingUrl}
allowedGender={data.allowedSex}
allowedAgeRange={{
startAge: data.startAge,
endAge: data.endAge,
}}
/>
</div>
{/* 프로필 이미지, 닉네임, 좋아요, 조회수 */}
Expand Down

0 comments on commit 3030550

Please sign in to comment.