diff --git a/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift b/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift index 456c36ee71..bc7b12f27c 100644 --- a/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift +++ b/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift @@ -62,7 +62,7 @@ final class BMCDefaultViewModel: NSObject { } private func setNotifications() { - notifications.append(.load) + notifications = [.load] } func reloadData() { diff --git a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib index 8294272bed..a6c0b6019f 100644 --- a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib +++ b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib @@ -1,9 +1,9 @@ - + - + @@ -30,6 +30,9 @@ + + + @@ -42,9 +45,6 @@ - - -