Skip to content

Commit

Permalink
chore: 서버 배포 merge를 위해 댓글 기능 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssksss committed Oct 1, 2024
1 parent eda353c commit ba548e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/informations/(detail)/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default async function page({ params: { id } }: Props) {
]}
/>
<InformationViewer informationId={informationId} data={data} />
<CommentListContainer informationId={informationId} />
{/* <CommentListContainer informationId={informationId} /> */}
<RecommendationList data={data} />
</div>
);
Expand Down

0 comments on commit ba548e9

Please sign in to comment.