diff --git a/src/components/CountryList.js b/src/components/CountryList.js index c0cab7d63..8d93f143b 100644 --- a/src/components/CountryList.js +++ b/src/components/CountryList.js @@ -66,6 +66,7 @@ class CountryList extends Component { }; const countryClass = classNames(countryClassObj); const keyPrefix = isPreferred ? 'pref-' : ''; + const isSelected = this.props.selectedCountryCode === country.iso2; return (