1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/ui/app
Mark Stacey a9a432db0c
Fix conversionRate PropType of GasModalPageContainer (#9651)
The `conversionRate` prop of `GasModalPageContainer` was updated
recently in PR #9623 to have a PropType of `string` instead of
`number`. This resulted in a PropType error whenever this modal was
rendered, as `conversionRate` is always a `number`.

The PropType has been reverted to the correct type, `number`.
2020-10-20 10:37:14 -02:30
..
components Fix conversionRate PropType of GasModalPageContainer (#9651) 2020-10-20 10:37:14 -02:30
contexts fix issue with unmatched routes (#9595) 2020-10-14 14:23:38 -05:00
css Feature/hide seedphrase when restoring vault (#9329) 2020-09-02 11:45:09 -04:00
ducks Clear all gas slice state on entering and leaving swaps (#9609) 2020-10-14 21:50:37 -02:30
helpers Mark sendToken as optional in constructTxParams docs (#9561) 2020-10-13 11:45:33 -02:30
hooks Fix use transaction time remaining (#9630) 2020-10-19 12:15:21 -02:30
pages Fix message PropType of ActionableMessage (#9653) 2020-10-20 10:36:44 -02:30
selectors Help users avoid insufficient gas prices in swaps (#9624) 2020-10-17 06:43:51 -02:30
store Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00