From ac13073e82a437580c457c31d79ac2b6d0a18e6a Mon Sep 17 00:00:00 2001 From: "r.kuznetsov" Date: Tue, 22 Oct 2019 13:34:55 +0300 Subject: [PATCH] [iOS] Fixed blackDividers() after rebase --- .../Content/CatalogPromo/CatalogSingleItemCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/CatalogPromo/CatalogSingleItemCell.swift b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/CatalogPromo/CatalogSingleItemCell.swift index f9de8b4d11..2d2aeabc4a 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/CatalogPromo/CatalogSingleItemCell.swift +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/CatalogPromo/CatalogSingleItemCell.swift @@ -15,7 +15,7 @@ override func awakeFromNib() { super.awakeFromNib() - guideContainerView.layer.borderColor = UIColor.blackDividers()?.cgColor + guideContainerView.layer.borderColor = UIColor.blackDividers().cgColor headerLabel.text = L("pp_discovery_place_related_header").uppercased() }