Skip to content

Commit

Permalink
fix: Fix the issue of recruitment mate incorrect value (kookmin-sw#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin committed May 14, 2024
1 parent 8e137dd commit 0a4418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared-posts/PostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function PostCard({
}) {
const recruitmentCapacity =
'roomInfo' in post
? post.roomInfo.expectedPayment
? post.roomInfo.recruitmentCapacity
: post.recruitmentCapacity;

return (
Expand Down

0 comments on commit 0a4418e

Please sign in to comment.