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