diff --git a/damus/Views/EventView.swift b/damus/Views/EventView.swift index 1d4d9045..24c8be8d 100644 --- 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 {