마이페이지
- 내 보관함 이동 버튼 추가
This commit is contained in:
@@ -200,8 +200,8 @@ struct ContentView: View {
|
||||
case .blockList:
|
||||
BlockMemberListView()
|
||||
|
||||
case .myBox:
|
||||
ContentBoxView()
|
||||
case .myBox(let currentTab):
|
||||
ContentBoxView(initCurrentTab: currentTab)
|
||||
|
||||
case .auditionDetail(let auditionId):
|
||||
AuditionDetailView(auditionId: auditionId)
|
||||
|
Reference in New Issue
Block a user