From aed793a7e9a89c7364e32d5eb4ca325262309e9d Mon Sep 17 00:00:00 2001 From: moonkanghyeon Date: Mon, 29 Dec 2025 14:10:56 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=8C=EC=8B=9C=EB=AC=BC=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=20=EC=8B=9C=20=EB=84=A4=EB=B9=84=EA=B2=8C=EC=9D=B4?= =?UTF-8?q?=EC=85=98=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/post/MyPost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/post/MyPost.tsx b/src/pages/post/MyPost.tsx index 5a4c4379..182af592 100644 --- a/src/pages/post/MyPost.tsx +++ b/src/pages/post/MyPost.tsx @@ -113,7 +113,7 @@ export default function MyPost() { likeCount={0} commentCount={0} timeAgo={new Date(post.createdAt).toLocaleDateString()} - onPostClick={() => navigate(`/post-content/${post.id}`)} + onPostClick={() => navigate(`/post/${post.id}`)} actions={[ { icon: ,