fix(notes): discovery notes
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s

This commit is contained in:
en 2025-02-28 13:34:28 +01:00
parent f50cabe1e8
commit 72e2ae636e

View File

@ -75,7 +75,7 @@ export const FeedTabPosts = () => {
prev.find(
(e) =>
e.id === ndkEvent.id ||
ndkEvents.findIndex((n) => n.id === ndkEvent.id) === -1
ndkEvents.findIndex((n) => n.id === ndkEvent.id) !== -1
)
) {
return [...prev]