fix(notes): discovery notes
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s
This commit is contained in:
parent
f50cabe1e8
commit
72e2ae636e
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user