diff --git a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift index 11af554..e1ef5e2 100644 --- a/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift +++ b/SodaLive/Sources/Live/Reservation/SectionLiveReservationView.swift @@ -75,7 +75,7 @@ struct SectionLiveReservationView: View { step: .liveDetail( roomId: item.roomId, onClickParticipant: {}, - onClickReservation: {}, + onClickReservation: { onClickReservation(item.roomId) }, onClickStart: { onClickStart(item.roomId) }, onClickCancel: onClickCancel )