1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/ui/app/pages/send/send-content
Patryk Łucka cd86d00cb7
Fix send warning dialog (#9321)
This change moves warning message from `add-recipient` component to `send-content`. Currently
whenever provided address is a valid eth address `send-content` is rendered instead of `add-recipient`
this is why warnings never popped up.
2020-08-28 12:57:07 -02:30
..
add-recipient Fix send warning dialog (#9321) 2020-08-28 12:57:07 -02:30
send-amount-row
send-asset-row
send-gas-row
send-hex-data-row
send-row-wrapper
tests Fix send warning dialog (#9321) 2020-08-28 12:57:07 -02:30
index.js
send-content.component.js Fix send warning dialog (#9321) 2020-08-28 12:57:07 -02:30
send-content.container.js