Skip to content

Commit

Permalink
chore/#162 간단한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 12, 2024
1 parent 17c099c commit c987a82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions KkuMulKum/Source/MeetingList/MeetingListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ final class MeetingListView: BaseView {

tableView.snp.makeConstraints {
$0.leading.trailing.equalToSuperview().inset(20)
$0.top.equalToSuperview()
$0.bottom.equalToSuperview().offset(64)
$0.top.bottom.equalToSuperview()
}
}
}

0 comments on commit c987a82

Please sign in to comment.