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