fix: 🐛
This commit is contained in:
parent
81b6462b63
commit
12f5d41811
2 changed files with 15 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ export function ReplyProvider({ children }: { children: React.ReactNode }) {
|
|||
replies.eventIdSet.add(reply.id)
|
||||
}
|
||||
})
|
||||
replies.events.sort((a, b) => a.created_at - b.created_at)
|
||||
prev.set(id, replies)
|
||||
}
|
||||
return new Map(prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue