diff --git a/Uplift/Views/MainView.swift b/Uplift/Views/MainView.swift index 80094cd..64f7f52 100644 --- a/Uplift/Views/MainView.swift +++ b/Uplift/Views/MainView.swift @@ -79,9 +79,10 @@ struct MainView: View { Spacer() - tabItem(for: .profile) - - Spacer() + // TODO: Uncomment when profile released +// tabItem(for: .profile) +// +// Spacer() } .frame(height: Constants.Padding.tabBarHeight) .background(Constants.Colors.yellow)