1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 6868688a03
Remove unused Balance component props (#8570)
This component was indended to show both ETH/fiat and token balance,
but today is not used for token balance. As a result, large pieces of
this component and many props were unused in practice. The condition
about `formattedBalance` returning a falsy or `None` or `...` result
was also removed, as that doesn't seem to be possible.

The `balanceValue` passed into the `Balance` component in the asset
list has also been removed, as it isn't used.
2020-05-11 19:20:32 -03:00
..
components Remove unused Balance component props (#8570) 2020-05-11 19:20:32 -03:00
contexts Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
css Fix connection modal style issues (#8433) 2020-05-04 12:04:41 -03:00
ducks Fix alert disabling type error (#8561) 2020-05-08 21:49:41 -03:00
helpers Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
hooks Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
pages Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00
selectors Only display accounts with identities in send and permissions flows (#8568) 2020-05-11 11:23:28 -07:00
store Allow disabling alerts (#8550) 2020-05-08 16:45:52 -03:00