Skip to content

Commit

Permalink
Merge pull request #209 from ODOICHON/fix/#208
Browse files Browse the repository at this point in the history
Fix/#208 ์ปค๋ฎค๋‹ˆํ‹ฐ ํŽ˜์ด์ง€์—์„œ ๊ฒŒ์‹œ๊ธ€ ํด๋ฆญ ์‹œ, ๊ฒŒ์‹œ๊ธ€ ์ƒ์„ธ ํŽ˜์ด์ง€๋กœ ์ด๋™ ์•ˆ๋˜๋Š” ๋ฒ„๊ทธ ์ˆ˜์ •
  • Loading branch information
JunJongHun authored Dec 2, 2023
2 parents bfbff08 + fb5d23c commit 94a8b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Community/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function CommunityBoardPage() {
key={content.boardId}
boardId={content.boardId}
category={content.category}
prefixCategory={category || ''}
prefixCategory={content.prefixCategory}
title={content.title}
oneLineContent={content.oneLineContent}
imageUrl={content.imageUrl}
Expand Down

0 comments on commit 94a8b0d

Please sign in to comment.