Enhancement: Changes contact location flag position (#2091)
This commit is contained in:
@@ -187,7 +187,7 @@ export default {
|
||||
return '';
|
||||
}
|
||||
const countryFlag = countryCode ? flag(countryCode) : '🌎';
|
||||
return `${countryFlag} ${cityAndCountry}`;
|
||||
return `${cityAndCountry} ${countryFlag}`;
|
||||
},
|
||||
platformName() {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user