Remove redundant API for getting country prefix

This commit is contained in:
Luke Barnard 2017-04-25 11:25:14 +01:00
parent 336462366e
commit aac0238882

View File

@ -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');