[core] small fix for download on map banner

This commit is contained in:
Arsentiy Milchakov 2020-03-24 14:46:47 +03:00 committed by Vladimir Byko-Ianko
parent 65ffa25ec1
commit 788714148b

View file

@ -34,7 +34,7 @@ std::string DownloadOnMapDelegate::GetLinkForCountryId(storage::CountryId const
auto const cityGeoId = strings::to_string(it->second.GetEncodedId());
if (!cityGeoId.empty())
if (cityGeoId.empty())
return {};
return m_promoApi.GetLinkForDownloader(countryId);