1
0
mirror of git://jb55.com/damus synced 2024-09-29 16:30:44 +00:00

Minor Fixes

This adds the recommended parameter to the relay view used in Wallet view.

Signed-off-by: ericholguin <ericholguin@apache.org>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
ericholguin 2024-03-11 08:27:42 -06:00 committed by William Casarin
parent 5e530bfc9c
commit 988da17b06

View File

@ -31,10 +31,10 @@ struct WalletView: View {
Text("Wallet Relay")
.fontWeight(.semibold)
.padding(.top)
Divider()
RelayView(state: damus_state, relay: nwc.relay.id, showActionButtons: .constant(false))
RelayView(state: damus_state, relay: nwc.relay.id, showActionButtons: .constant(false), recommended: false)
}
.frame(maxWidth: .infinity, minHeight: 125, alignment: .top)
.padding(.horizontal, 10)