Skip to content

Commit

Permalink
removing todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Jan 28, 2025
1 parent 059a4d3 commit 9b74927
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/common/components/signUpModal/signUpModal.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ class SignUpModalController {
]
}

// TODO list
// Should have errors for not loading countries and regions With a retry button
// If not US show different address address lines 3 + 4
// if US, show City, State and Zip
// Zip should follow this pattern: "/^\d{5}(?:[-\s]\d{4})?$/"

loadCountries ({initial = false}) {
this.loadingCountriesError = false
return this.geographiesService.getCountries()
Expand Down

0 comments on commit 9b74927

Please sign in to comment.