mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
a9a432db0c
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`. |
||
---|---|---|
.. | ||
components | ||
contexts | ||
css | ||
ducks | ||
helpers | ||
hooks | ||
pages | ||
selectors | ||
store |