From b53e6db96bd940660b83e8337fed08b9cbf5db51 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 22 Jun 2023 11:17:32 +0200 Subject: [PATCH] nozaps: show the user you are zapping in CustomizeZapView This should make it clear that it's definitely not a note zap --- damus/Views/Zaps/CustomizeZapView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/Zaps/CustomizeZapView.swift b/damus/Views/Zaps/CustomizeZapView.swift index 1e345453..5f51de32 100644 --- a/damus/Views/Zaps/CustomizeZapView.swift +++ b/damus/Views/Zaps/CustomizeZapView.swift @@ -234,7 +234,7 @@ struct CustomizeZapView: View { ZapTypeButton() .padding(.top, 50) - Spacer() + ZapUserView(state: state, pubkey: target.pubkey) CustomZapTextField