Always return a Boolean from `getShowFiatSelector` (#8585)
`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.feature/default_network_editable
parent
de02eeefbe
commit
f9eb1440e4
Loading…
Reference in new issue