ui: remove invalid zap text

This commit is contained in:
William Casarin
2023-07-05 07:03:16 -07:00
parent 4478348d10
commit 1be2a9e1b1

View File

@@ -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 {