1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app
Mark Stacey f9eb1440e4
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.
2020-05-13 11:53:27 -03:00
..
components Remove redundant .scss file extension from SCSS imports (#8581) 2020-05-13 09:28:06 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css Remove redundant .scss file extension from SCSS imports (#8581) 2020-05-13 09:28:06 -03:00
ducks Add default values for preferences (#8584) 2020-05-13 11:53:00 -03:00
helpers Fix Matomo dimension IDs (#8579) 2020-05-13 10:12:07 -03:00
hooks factor out containers for currency components (#8543) 2020-05-12 14:07:35 -05:00
pages Delete recent blocks controller (#8575) 2020-05-12 12:40:33 -07:00
selectors Always return a Boolean from getShowFiatSelector (#8585) 2020-05-13 11:53:27 -03:00
store Delete retryTransaction action and background (#8576) 2020-05-12 16:19:33 -07:00