diff --git a/src/app/posts/[id]/page.tsx b/src/app/posts/[id]/page.tsx index 8a56fca..4e618e4 100644 --- a/src/app/posts/[id]/page.tsx +++ b/src/app/posts/[id]/page.tsx @@ -79,7 +79,7 @@ export default function PostPage({ className='rounded-full object-cover border-4 border-primary-accent' /> - + {/* TODO: Display replies as paged query. Should show latest replies with option to load more */}