diff --git a/src/views/note/components/reply-form.tsx b/src/views/note/components/reply-form.tsx index 67c330f70..bc65b3cc9 100644 --- a/src/views/note/components/reply-form.tsx +++ b/src/views/note/components/reply-form.tsx @@ -70,7 +70,7 @@ export default function ReplyForm({ item, onCancel, onSubmitted }: ReplyFormProp return ( threadMembers}> -
+ -
+
); }