Skip to content

Commit

Permalink
fix/#365 내 모임 리스트 엠티뷰 QA 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Sep 5, 2024
1 parent f06c1e9 commit 157bedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ class MeetingListViewController: BaseViewController {
style: .head01,
color: .gray8
)
self.rootView.tableView.reloadData()

if listData?.count == 0 {
self.rootView.emptyLabel.isHidden = false
self.rootView.emptyCharacter.isHidden = false
} else {
self.rootView.emptyLabel.isHidden = true
self.rootView.emptyCharacter.isHidden = true
self.rootView.tableView.reloadData()
}
}
}
Expand Down

0 comments on commit 157bedb

Please sign in to comment.