mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Remove redundant API for getting country prefix
This commit is contained in:
parent
336462366e
commit
aac0238882
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue