mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
f9eb1440e4
`getShowFiatSelector` would return the `showFiatInTestnets` value directly when on mainnet, which could be `undefined`. Now it is cast to a Boolean instead. This was done to fix a PropType warning in a component that will be included in a future PR, where this selector was used for a required prop. |
||
---|---|---|
.. | ||
tests | ||
confirm-transaction.js | ||
custom-gas.js | ||
first-time-flow.js | ||
index.js | ||
permissions.js | ||
selectors.js | ||
send.js | ||
tokens.js | ||
transactions.js |