1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app
Mark Stacey 9e7a799583
Remove unnecessary optional chain operator (#10256)
This operator is being used under a condition that guarantees that the
property is present, so the optional chain operator is useless.
2021-01-22 17:32:56 -03:30
..
components Add MAX_SAFE_CHAIN_ID and refactor chain ID validation (#10224) 2021-01-20 15:37:18 -08:00
contexts add new MetaMetricsController (#9857) 2020-12-02 15:41:30 -06:00
css add chip component (#10199) 2021-01-20 17:06:01 -06:00
ducks Reset swaps routeState in navigateBackToBuildQuote (#10166) 2021-01-22 15:30:56 -03:30
helpers Fix design system error constants (#10246) 2021-01-22 12:05:01 -03:30
hooks Fix useTransactionDisplayData unit tests (#10134) 2021-01-04 09:45:54 -08:00
pages Remove unnecessary optional chain operator (#10256) 2021-01-22 17:32:56 -03:30
selectors Add NETWORK_TYPE_RPC constant (#10203) 2021-01-20 08:49:05 -08:00
store Further improve organization of constants (#10200) 2021-01-20 08:13:14 -08:00