mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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`. |
||
---|---|---|
.. | ||
app | ||
lib | ||
index.js |