damus

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

commit b53e6db96bd940660b83e8337fed08b9cbf5db51
parent b0d6d33573d8805ad273d9f9c3917378c6568562
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 22 Jun 2023 11:17:32 +0200

nozaps: show the user you are zapping in CustomizeZapView

This should make it clear that it's definitely not a note zap

Diffstat:
Mdamus/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 @@ -234,7 +234,7 @@ struct CustomizeZapView: View { ZapTypeButton() .padding(.top, 50) - Spacer() + ZapUserView(state: state, pubkey: target.pubkey) CustomZapTextField