From f5a87d883500cfa33f54779e25f3e9077be25f98 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 13 May 2024 14:01:32 +0800 Subject: [PATCH] Add some extra debug info on configured environment --- apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift index d6b16d333..d6de5c14c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/ProfileView.swift @@ -204,7 +204,7 @@ struct ProfileView: View { ) } - Section(footer: Text(viewModel.appVersionString)) { + Section(footer: Text(viewModel.appVersionString + " - \(dataService.appEnvironment.name)")) { NavigationLink( destination: ManageAccountView() ) {