Skip to content

Commit

Permalink
fix: 커뮤니티 페이지에서 게시글 클릭 시, 게시글 상세 페이지로 이동 안되는 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunJongHun committed Nov 28, 2023
1 parent bfbff08 commit fb5d23c
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 fb5d23c

Please sign in to comment.