diff --git a/client/src/pages/CommunityPage.tsx b/client/src/pages/CommunityPage.tsx index 56a8857..f700dc1 100644 --- a/client/src/pages/CommunityPage.tsx +++ b/client/src/pages/CommunityPage.tsx @@ -199,6 +199,7 @@ export default function CommunityPage() { { navigate(`edit/${post.id}`); }} @@ -207,6 +208,7 @@ export default function CommunityPage() { handleDeleteClick(post)} diff --git a/client/src/pages/PostPage.tsx b/client/src/pages/PostPage.tsx index 152e358..453f4cf 100644 --- a/client/src/pages/PostPage.tsx +++ b/client/src/pages/PostPage.tsx @@ -143,6 +143,7 @@ const PostPage: React.FC = () => { { navigate(`edit/${post.id}`); }} @@ -151,6 +152,7 @@ const PostPage: React.FC = () => { handleDeleteClick(post)}