Skip to content

Commit

Permalink
[Fix/#88] ContentView 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-seonwoo committed Sep 2, 2024
1 parent eebca20 commit 52f3745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ struct ContentView: View {
SplashView(viewModel: loginViewModel)
} else {
switch userManager.appState {
case .home:
case .onboarding:
OnboardingContentView()
case .onboardingComplete:
OnboardingCompleteView()
case .servicePrepare:
ServicePrepareView()
case .onboarding:
case .home:
TabBarView(showGuideView: $showGuideView)
.onAppear {
appStateViewModel.onAppear()
Expand Down

0 comments on commit 52f3745

Please sign in to comment.