fix: 메인 홈
- 오디션 이미지 추가 - 오디션 리스트 페이지로 이동
This commit is contained in:
@@ -245,6 +245,9 @@ struct ContentView: View {
|
||||
case .pointStatus(let refresh):
|
||||
PointStatusView(refresh: refresh)
|
||||
|
||||
case .audition:
|
||||
AuditionView()
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
.frame(width: 0, height: 0, alignment: .topLeading)
|
||||
|
||||
Reference in New Issue
Block a user