Skip to content

Commit

Permalink
Issue brave#9053 - Updating so that first option on dropdown for coun…
Browse files Browse the repository at this point in the history
…tries is a blank

	modified:   app/renderer/components/autofill/autofillAddressPanel.js

	modified:   app/renderer/components/autofill/autofillAddressPanel.js

	modified:   app/renderer/components/autofill/autofillAddressPanel.js

	modified:   app/renderer/components/autofill/autofillAddressPanel.js
  • Loading branch information
dfperry5 committed Sep 4, 2017
1 parent 37f400e commit 454747b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/components/autofill/autofillAddressPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class AutofillAddressPanel extends React.Component {
}
get countryList () {
const countryList = []
countryList.push(<option />)
for (let i = 0; i < countryCodes.length; i++) {
const countryCode = countryCodes[i]
const localizedCountryName = locale.translation(countryCode)
Expand Down

0 comments on commit 454747b

Please sign in to comment.