From 0dc2934e056b91d526e6f2a292c5bd78746c9a66 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:20:58 -0500 Subject: [PATCH] chore: add todo --- src/app/posts/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}