mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove redundant API for getting country prefix
This commit is contained in:
parent
336462366e
commit
aac0238882
@ -73,10 +73,6 @@ export default class CountryDropdown extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
getCountryPrefix(iso2) {
|
||||
return COUNTRIES_BY_ISO2[iso2].prefix;
|
||||
}
|
||||
|
||||
render() {
|
||||
const Dropdown = sdk.getComponent('elements.Dropdown');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user