This commit is contained in:
2023-11-12 08:41:47 +07:00
parent 5c48ebe103
commit a3632571ff
9 changed files with 99 additions and 73 deletions

View File

@@ -87,9 +87,9 @@ export function ArticleNoteScreen() {
)}
<div ref={replyRef} className="px-3">
<div className="mb-3 border-b border-neutral-100 pb-3 dark:border-neutral-900">
<NoteReplyForm id={id} />
<NoteReplyForm eventId={id} />
</div>
<ReplyList id={id} />
<ReplyList eventId={id} />
</div>
</div>
</div>