[core] small fix for download on map banner
This commit is contained in:
parent
65ffa25ec1
commit
788714148b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue