Skip to content

Commit

Permalink
relays: user relay design
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholguin authored and jb55 committed Sep 16, 2023
1 parent fff4549 commit 40459e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion damus/Views/Relays/RelayConfigView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct RelayConfigView: View {

HStack(spacing: 20) {
ForEach(recommended, id: \.url) { r in
RecommendedRelayView(damus: state, relay: r.url.id, showActionButtons: $showActionButtons)
RecommendedRelayView(damus: state, relay: r.url.id)
}
}
.padding()
Expand Down

0 comments on commit 40459e2

Please sign in to comment.