메인 페이지
- 하단 메시지 탭 제거
This commit is contained in:
@@ -18,7 +18,7 @@ final class HomeViewModel: ObservableObject {
|
||||
private let playbackTrackingRepository = PlaybackTrackingRepository()
|
||||
|
||||
enum CurrentTab: String {
|
||||
case content, live, audition, message, mypage
|
||||
case content, live, audition, mypage
|
||||
}
|
||||
|
||||
@Published var currentTab: CurrentTab = AppState.shared.startTab
|
||||
|
||||
Reference in New Issue
Block a user