diff --git a/damus/Views/Wallet/WalletView.swift b/damus/Views/Wallet/WalletView.swift index 21fd6b47..8208e2e5 100644 --- a/damus/Views/Wallet/WalletView.swift +++ b/damus/Views/Wallet/WalletView.swift @@ -20,9 +20,11 @@ struct WalletView: View { func MainWalletView(nwc: WalletConnectURL) -> some View { VStack { - SupportDamus - - Spacer() + if !damus_state.settings.nozaps { + SupportDamus + + Spacer() + } Text(verbatim: nwc.relay.id)