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 3f2bf36f6a
Add additional prop validation to Tabs component (#8267)
The Tabs component expects the `children` prop to be either a single
Tab component or an array of Tab components, and the internal tab index
should always map onto one of these components. However, if an invalid
tab index was set, it was just returning the first tab contents.

Instead it will now validate that the tab being asked for does exist,
and throw an error otherwise.
2020-04-01 11:29:33 -03:00
..
components Add additional prop validation to Tabs component (#8267) 2020-04-01 11:29:33 -03:00
contexts Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
css Refactor asset list into separate component (#8263) 2020-03-31 16:48:11 -03:00
ducks Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
helpers Fix token list when balance is zero (#8250) 2020-03-30 15:37:51 -03:00
pages Update Connected Sites modal design (#8262) 2020-03-31 19:40:02 -02:30
selectors Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
store Use specified gas limit when speeding up a transaction (#8178) 2020-03-12 11:33:11 -03:00