You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dead ternary in EventCard.tsx — result.isNpubFallback ? result.display : result.display — both branches are identical, can simplify to just result.display.
From review of PR #135:
Dead ternary in EventCard.tsx —
result.isNpubFallback ? result.display : result.display— both branches are identical, can simplify to justresult.display.bench/nip66.ts leaked from the NIP-66 branch (feat: NIP-66 relay monitor integration #136) into Search perf, NIP fixes, replying-to usernames, highlights & mentions filter #135 — should only live in feat: NIP-66 relay monitor integration #136's scope.