Add swiftlint & Minor fixes
This commit is contained in:
@@ -23,8 +23,10 @@ public struct GroupListView: View {
|
||||
}
|
||||
}
|
||||
.onAppear {
|
||||
viewModel.setCommandClient(environments.commandClient)
|
||||
viewModel.connect()
|
||||
}
|
||||
.onReceive(environments.commandClient.$groups) { groups in
|
||||
viewModel.setGroups(groups)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user