relays: user relay design
This commit is contained in:
committed by
William Casarin
parent
fff4549933
commit
40459e247e
@@ -56,7 +56,7 @@ struct RelayConfigView: View {
|
|||||||
|
|
||||||
HStack(spacing: 20) {
|
HStack(spacing: 20) {
|
||||||
ForEach(recommended, id: \.url) { r in
|
ForEach(recommended, id: \.url) { r in
|
||||||
RecommendedRelayView(damus: state, relay: r.url.id, showActionButtons: $showActionButtons)
|
RecommendedRelayView(damus: state, relay: r.url.id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
|
|||||||
Reference in New Issue
Block a user