fix: 🐛

This commit is contained in:
codytseng
2025-12-12 12:17:23 +08:00
parent 4d7c55862c
commit ddcaa71cae

View File

@@ -310,7 +310,6 @@ const NoteList = forwardRef<
}
if (eosed) {
setLoading(false)
setHasMore(events.length > 0)
addReplies(events)
}
},