feat: 메인 라이브
- 커뮤니티 신규 UI 사이즈 적용
This commit is contained in:
		@@ -39,12 +39,6 @@ final class LiveViewModel: ObservableObject {
 | 
			
		||||
    @Published var passwordDialogConfirmAction: (String) -> Void = { _ in }
 | 
			
		||||
    @Published var isShowPasswordDialog = false
 | 
			
		||||
    
 | 
			
		||||
    @Published var isFollowingList = UserDefaults.bool(forKey: .isFollowedChannel) {
 | 
			
		||||
        didSet {
 | 
			
		||||
            UserDefaults.set(isFollowingList, forKey: .isFollowedChannel)
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    @Published var liveStartDate: String? = nil
 | 
			
		||||
    @Published var nowDate: String? = nil
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user