연령 제한에 따른 성별 제한 전송 조정

This commit is contained in:
Yu Sung
2026-02-03 14:09:59 +09:00
parent 652fe3dc13
commit d686223362
4 changed files with 30 additions and 10 deletions

View File

@@ -46,9 +46,11 @@ struct LiveRoomEditView: View {
.frame(width: screenSize().width - 26.7)
.padding(.top, 33.3)
GenderRestrictionView()
.frame(width: screenSize().width - 26.7)
.padding(.top, 33.3)
if viewModel.isAdult {
GenderRestrictionView()
.frame(width: screenSize().width - 26.7)
.padding(.top, 33.3)
}
if !viewModel.isLoading {
Text("라이브 수정")