add follow/unfollow function

This commit is contained in:
Ren Amamiya
2023-06-27 16:12:21 +07:00
parent 6abff45678
commit a29ef03198
9 changed files with 85 additions and 69 deletions

View File

@@ -55,7 +55,7 @@ export function ThreadBlock({ params }: { params: any }) {
</div>
</div>
<div className="mt-3 bg-zinc-900 rounded-md">
<NoteReplyForm id={params.content} />
<NoteReplyForm rootID={params.content} />
</div>
</div>
)}