From 87026b2b697e22cc066560ca5c8ea0d42a473e28 Mon Sep 17 00:00:00 2001 From: Hamp Date: Thu, 30 Nov 2023 10:58:34 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20::=20=EC=85=80=ED=94=84=20?= =?UTF-8?q?=EC=BA=A1=EC=B3=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/ViewControllers/SearchViewController+Output.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/Feature/SearchFeatue/Sources/ViewControllers/SearchViewController+Output.swift b/Projects/Feature/SearchFeatue/Sources/ViewControllers/SearchViewController+Output.swift index 3dbeea71..3b66ebc9 100644 --- a/Projects/Feature/SearchFeatue/Sources/ViewControllers/SearchViewController+Output.swift +++ b/Projects/Feature/SearchFeatue/Sources/ViewControllers/SearchViewController+Output.swift @@ -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 } }