Add some extra debug info on configured environment
This commit is contained in:
@ -204,7 +204,7 @@ struct ProfileView: View {
|
||||
)
|
||||
}
|
||||
|
||||
Section(footer: Text(viewModel.appVersionString)) {
|
||||
Section(footer: Text(viewModel.appVersionString + " - \(dataService.appEnvironment.name)")) {
|
||||
NavigationLink(
|
||||
destination: ManageAccountView()
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user