Skip to content

Commit

Permalink
fix(SFOX): add DE to state dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 13, 2019
1 parent 388f200 commit 6e04ddf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
16 changes: 10 additions & 6 deletions config/mocks/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,33 +242,37 @@
"sfox": {
"countries": ["US"],
"states": [
"AR",
"AK",
"AZ",
"CA",
"CO",
"DE",
"ID",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MD",
"ME",
"MI",
"MN",
"MO",
"MT",
"NE",
"NH",
"NJ",
"NV",
"OK",
"OH",
"PA",
"SC",
"SD",
"RI",
"TN",
"TX",
"UT",
"VA",
"WI",
"WV"
"WV",
"WY"
],
"config": {
"production": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const mapStateToProps = () => ({
{ text: 'California', value: { name: 'California', code: 'CA' } },
{ text: 'Colorado', value: { name: 'Colorado', code: 'CO' } },
{ text: 'Connecticut', value: { name: 'Connecticut', code: 'CT' } },
{ text: 'Delaware', value: { name: 'Delaware', code: 'DE' } },
{
text: 'District Of Columbia',
value: { name: 'District Of Columbia', code: 'DC' }
Expand Down

0 comments on commit 6e04ddf

Please sign in to comment.