1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/send
Thomas Huang 44448465ed
Validate sendToken address when component updates (#9907)
* Validate sendToken address when component updates

On a reproduction of trying to get the error message it seems that if an token address is provided in the address form with ETH selected then changing to a token address, the error message won't show.

This will validate the sendtoken address on prop change to properly update the warning message.

* Update test to include second doesAmountErrorRequireUpdate call when state is updated and component is updated
2020-11-19 07:35:42 -08:00
..
send-content Fix BigNumber issues (#9860) 2020-11-13 14:08:18 +08:00
send-footer Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
send-header [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
tests Validate sendToken address when component updates (#9907) 2020-11-19 07:35:42 -08:00
index.js Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send.component.js Validate sendToken address when component updates (#9907) 2020-11-19 07:35:42 -08:00
send.constants.js Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
send.container.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
send.scss Make QR code button focusable (#9822) 2020-11-09 09:52:06 -06:00
send.utils.js Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00