Giveth / milestonetracker-ui

User Interface for the Milestone Tracker
GNU General Public License v3.0
8 stars 11 forks source link

Inform users when no accounts are found. #26

Closed rodney757 closed 7 years ago

rodney757 commented 7 years ago

Previously in the campaign deployer, there were no checks that accounts were loaded, which could result in a undefined state being returned from the reducer. This will happen if your metamask vault is locked.

As a result, the page would look normal except the input fields would not render correctly on state changes/ user inputs, and was not obvious what was going on.

This informs the user of the issue.