fix(main): 현재 라이브 전체보기를 보정한다
This commit is contained in:
@@ -60,13 +60,6 @@ struct LiveView: View {
|
||||
LazyVStack(spacing: 48) {
|
||||
SectionLiveNowView(
|
||||
items: viewModel.liveNowItems,
|
||||
onClickParticipant: {
|
||||
if !token.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||
viewModel.enterLiveRoom(roomId: $0)
|
||||
} else {
|
||||
AppState.shared.setAppStep(step: .login)
|
||||
}
|
||||
},
|
||||
onTapItem: { item in
|
||||
onTapLiveNowItem(item.roomId, item.isAdult)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user