Revert "Explicitly hide navigation bar in WelcomeView"

This reverts commit aefbfaa588.
This commit is contained in:
Davide De Rosa 2022-04-21 11:32:00 +02:00
parent ab7e6359ae
commit 36cd9cfd96
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ struct ProfileView: View {
} }
} else { } else {
welcomeView welcomeView
.navigationBarHidden(true)
} }
}.themeSecondaryView() }.themeSecondaryView()
.navigationTitle(title) .navigationTitle(title)