diff --git a/iosApp/iosApp/MainTabView.swift b/iosApp/iosApp/MainTabView.swift index 3ff85cc..4786677 100644 --- a/iosApp/iosApp/MainTabView.swift +++ b/iosApp/iosApp/MainTabView.swift @@ -38,13 +38,13 @@ struct MainTabView: View { } .tag(3) -// NavigationView { -// ProfileTabView() -// } -// .tabItem { -// Label("Profile", systemImage: "person.fill") -// } -// .tag(4) + NavigationView { + ProfileTabView() + } + .tabItem { + Label("Profile", systemImage: "person.fill") + } + .tag(4) } } }