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() }