mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Refactor
This commit is contained in:
parent
daead2382c
commit
c53aafa784
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ extension ContentView: View {
|
|||
NavigationView {
|
||||
List {
|
||||
Section(header: Text("Servers")) {
|
||||
ForEach(Array(self.servers.enumerated()), id: \.offset.self) { i, server in
|
||||
ForEach(Array(self.servers.enumerated()), id: \.offset) { i, server in
|
||||
NavigationLink(
|
||||
destination: DetailView(
|
||||
server: .init(
|
||||
|
|
|
|||
Loading…
Reference in a new issue