diff --git a/SpaceCapsule/SpaceCapsule/Scene/TabBar/Home/HomeViewController.swift b/SpaceCapsule/SpaceCapsule/Scene/TabBar/Home/HomeViewController.swift index 542a885..2819491 100644 --- a/SpaceCapsule/SpaceCapsule/Scene/TabBar/Home/HomeViewController.swift +++ b/SpaceCapsule/SpaceCapsule/Scene/TabBar/Home/HomeViewController.swift @@ -43,7 +43,6 @@ final class HomeViewController: UIViewController, BaseViewController { AppDataManager.shared.fetchCapsules() } - private func configureView() { view.backgroundColor = .themeBackground }