Add some extra debug info on configured environment

This commit is contained in:
Jackson Harper
2024-05-13 14:01:32 +08:00
parent 4150ac8ded
commit f5a87d8835

View File

@ -204,7 +204,7 @@ struct ProfileView: View {
) )
} }
Section(footer: Text(viewModel.appVersionString)) { Section(footer: Text(viewModel.appVersionString + " - \(dataService.appEnvironment.name)")) {
NavigationLink( NavigationLink(
destination: ManageAccountView() destination: ManageAccountView()
) { ) {