keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Prevent lot size error #322

Closed ironng closed 3 years ago

ironng commented 3 years ago

A request to create a new deposit without a lot size selected can occur if the user refreshes on the /deposit/new page. In this case, redirect the user to /deposit to select a lot size.

(Also addresses a previous review nit.)

Closes #294