diff --git a/apps/web/src/components/ThreadSection/ThreadSection.tsx b/apps/web/src/components/ThreadSection/ThreadSection.tsx index cff77b24..d7414893 100644 --- a/apps/web/src/components/ThreadSection/ThreadSection.tsx +++ b/apps/web/src/components/ThreadSection/ThreadSection.tsx @@ -66,16 +66,17 @@ export const ThreadSection = (props: ThreadSectionProps) => { } return ( -
-
+
+
{currentThread.data?.node && } -
+
{comments.data && comments.data.edges.map((item) => ( ))}
-
+
+