fix(main): 현재 라이브 전체보기를 보정한다

This commit is contained in:
Yu Sung
2026-08-03 15:37:27 +09:00
parent 498debbfc7
commit dc99bdf9c9
10 changed files with 172 additions and 160 deletions

View File

@@ -87,7 +87,7 @@ enum AppStep {
onSuccess: (CreateLiveRoomResponse) -> Void
)
case liveNowAll(onClickParticipant: (Int) -> Void)
case liveNowAll
case liveReservationAll(
onClickReservation: (Int) -> Void,