diff --git a/client/src/pages/CommunityPage.tsx b/client/src/pages/CommunityPage.tsx index d4dca69..f12e4be 100644 --- a/client/src/pages/CommunityPage.tsx +++ b/client/src/pages/CommunityPage.tsx @@ -296,7 +296,10 @@ export default function CommunityPage() {
- + {post.content}
diff --git a/client/src/pages/PostPage.tsx b/client/src/pages/PostPage.tsx index 2b1ee3a..37c6f7b 100644 --- a/client/src/pages/PostPage.tsx +++ b/client/src/pages/PostPage.tsx @@ -221,7 +221,10 @@ const PostPage: React.FC = () => {
- + {post.content}