Skip to content

Commit

Permalink
fix: Search loading 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hogumachu committed Jan 21, 2024
1 parent 2268ef2 commit 77610e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ final class SearchViewController: BaseViewController<SearchReactor> {
$0.registerHeader(TextOnlyCollectionHeaderView.self)
}

loadingView.do {
$0.isHidden = true
}

emptyLabel.do {
$0.text = "검색 결과가 없어요"
$0.textColor = .orange1
Expand Down

0 comments on commit 77610e3

Please sign in to comment.