Skip to content

Commit

Permalink
Merge pull request #366 from OMZigak/fix/#365-finalQA
Browse files Browse the repository at this point in the history
[fix] 최종 QA 반영
  • Loading branch information
mmaybei authored Sep 5, 2024
2 parents 2a5777d + 157bedb commit 11dd261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private extension HomeViewController {
self.rootView.levelLabel.setText(
"Lv.\(data.level) \(self.viewModel.levelName.value)",
style: .caption01,
color: .gray6
color: .gray8
)
self.rootView.levelLabel.setHighlightText(
"Lv.\(data.level)",
Expand Down
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 11dd261

Please sign in to comment.