1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 7f1bbbc9a3
Fix message PropType of ActionableMessage (#9653)
The `message` prop of `ActionableMessage` had a PropType of `string`,
but it was being passed a `node`. This was resulting in a PropType
error in the console on the view quote page.

The PropType has been changed to `node`, and the error is now gone.
2020-10-20 10:36:44 -02:30
..
components Cast MIN_GAS_LIMIT_DEC to number before passing to minimumGasLimit (#9636) 2020-10-19 15:21:36 -02:30
contexts
css
ducks
helpers
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