Skip to content

Commit 0a4418e

Browse files
committed
fix: Fix the issue of recruitment mate incorrect value (kookmin-sw#75)
1 parent 8e137dd commit 0a4418e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared-posts/PostCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function PostCard({
131131
}) {
132132
const recruitmentCapacity =
133133
'roomInfo' in post
134-
? post.roomInfo.expectedPayment
134+
? post.roomInfo.recruitmentCapacity
135135
: post.recruitmentCapacity;
136136

137137
return (

0 commit comments

Comments
 (0)