Skip to content

Commit

Permalink
chore/#213 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 18, 2024
1 parent ace4460 commit ac8080d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ extension MeetingListViewController: UITableViewDelegate {
}

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
// TODO: MeetingID를 넘겨받기
let viewController = MeetingInfoViewController(
viewModel: MeetingInfoViewModel(
meetingID: viewModel.meetingList.value?.data?.meetings[indexPath.item].meetingID ?? 0,
Expand Down

0 comments on commit ac8080d

Please sign in to comment.