Skip to content

Commit

Permalink
🚨 :: 셀프 캡쳐
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Nov 30, 2023
1 parent 9092c87 commit 87026b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ extension SearchViewController {
DEBUG_LOG("DS: \(dataSource.count)")
self.indicator.stopAnimating()
if !output.showErrorView.value {
self.printingTableView.tableHeaderView = dataSource.isEmpty ? emptyHeaderView : nil

self.printingTableView.tableHeaderView = dataSource.isEmpty ? self.emptyHeaderView : nil
}

}
Expand Down

0 comments on commit 87026b2

Please sign in to comment.