Don't show ugc on objects.

This commit is contained in:
VladiMihaylenko 2017-07-04 16:33:40 +03:00 committed by Yuri Gorshenin
parent cdaee4164a
commit f2951256a3

View file

@ -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];