diff --git a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm index b920c5c10d..3379f334a6 100644 --- a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm +++ b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm @@ -110,7 +110,8 @@ using namespace place_page; [Statistics logEvent:kStatPlacepageTaxiShow withParameters:@{ @"provider" : provider }]; } - if (true /* Is possible to leave review */) + // TODO: Implement IsUGCAvailableChecker. + if (false /* Is possible to leave review */) { m_sections.push_back(Sections::UGC); [self fillUGCSection];