diff --git a/apps/web/src/app/community/[boardCode]/PostCards.tsx b/apps/web/src/app/community/[boardCode]/PostCards.tsx index 5b2155ff4..118e15efc 100644 --- a/apps/web/src/app/community/[boardCode]/PostCards.tsx +++ b/apps/web/src/app/community/[boardCode]/PostCards.tsx @@ -94,21 +94,23 @@ export const PostCard = ({ post }: { post: ListPost }) => ( -
첨부 이미지
+{noticeTitle}
{noticeContent}
diff --git a/apps/web/src/app/community/[boardCode]/create/PostForm.tsx b/apps/web/src/app/community/[boardCode]/create/PostForm.tsx index 1e45a8a22..7995a564c 100644 --- a/apps/web/src/app/community/[boardCode]/create/PostForm.tsx +++ b/apps/web/src/app/community/[boardCode]/create/PostForm.tsx @@ -1,7 +1,7 @@ "use client"; import { useRouter } from "next/navigation"; -import { useEffect, useRef, useState } from "react"; +import { type ChangeEvent, useEffect, useRef, useState } from "react"; import { useCreatePost } from "@/apis/community"; import TopDetailNavigation from "@/components/layout/TopDetailNavigation"; import { IconImage, IconPostCheckboxFilled, IconPostCheckboxOutlined } from "@/public/svgs"; @@ -17,6 +17,8 @@ const PostForm = ({ boardCode }: PostFormProps) => { const imageUploadRef = useRef첨부 이미지
+{noticeTitle}
{noticeContent}