damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 1be2a9e1b16acf53a363351426f38e2be35a48b1
parent 4478348d10b0f9603d197957267f28985abe8a81
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  5 Jul 2023 07:03:16 -0700

ui: remove invalid zap text

Diffstat:
Mdamus/Views/EventView.swift | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/damus/Views/EventView.swift b/damus/Views/EventView.swift @@ -40,7 +40,6 @@ struct EventView: View { if let zap = damus.zaps.zaps[event.id] { ZapEvent(damus: damus, zap: zap, is_top_zap: options.contains(.top_zap)) } else { - Text("Invalid Zap", comment: "Text indicating that a zap event is malformed and could not be displayed.") EmptyView() } } else {