diff --git a/src/components/note/modal/index.tsx b/src/components/note/modal/index.tsx index f690e344..5665c7cb 100644 --- a/src/components/note/modal/index.tsx +++ b/src/components/note/modal/index.tsx @@ -1,4 +1,3 @@ -import { UserWithUsername } from '@components/note/atoms/userWithUsername'; import { Content } from '@components/note/content'; import NoteReply from '@components/note/modal/noteReply'; @@ -12,7 +11,6 @@ const Modal = ({ event }: { event: any }) => { '#e': [event.id], since: event.created_at, kinds: [1], - limit: 100, }, }); @@ -23,7 +21,6 @@ const Modal = ({ event }: { event: any }) => {