Enhancement: Changes contact location flag position (#2091)

This commit is contained in:
Sivin Varghese 2021-04-13 19:27:44 +05:30 committed by GitHub
parent a14e8ba250
commit 3e8c25b4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,7 @@ export default {
return '';
}
const countryFlag = countryCode ? flag(countryCode) : '🌎';
return `${countryFlag} ${cityAndCountry}`;
return `${cityAndCountry} ${countryFlag}`;
},
platformName() {
const {