From d576c3e4a693ce5d1b4a0989c3d37422d2ab17c5 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 26 Dec 2023 22:16:07 +0100 Subject: [PATCH] [ios] Removed duplicate address It was accidentally added in clipboard implementation Signed-off-by: Alexander Borsuk --- .../UI/PlacePage/Components/PlacePageInfoViewController.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift index e4ab64abf5..626c6d0d0b 100644 --- a/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift +++ b/iphone/Maps/UI/PlacePage/Components/PlacePageInfoViewController.swift @@ -263,10 +263,6 @@ class PlacePageInfoViewController: UIViewController { }) } - if let address = placePageInfoData.address { - addressView = createInfoItem(address, icon: UIImage(named: "ic_placepage_adress")) - } - if let address = placePageInfoData.address { addressView = createInfoItem(address, icon: UIImage(named: "ic_placepage_adress"),