1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 04:13:27 +02:00
metamask-extension/ui/app/pages/send/send-content/send-amount-row
Mark Stacey 7ff3b4c928
Extract selected token from token input (#8692)
The `TokenInput` component now takes the token as a prop, instead of
using the `selectedTokenAddress` state. The `UserPreferencedTokenInput`
component that wrapped `TokenInput` has also been updated to take the
token as a prop.
2020-05-28 19:08:11 -03:00
..
amount-max-button Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
tests Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
index.js Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send-amount-row.component.js Extract selected token from token input (#8692) 2020-05-28 19:08:11 -03:00
send-amount-row.container.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
send-amount-row.scss Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30