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 74b519959b
Fix Tab prop type warning (#8185)
The props `isActive` and `tabIndex of the Tab component are required
and are always passed in, but the prop type warning is triggered
because the tabs are rendered without these props first, then cloned by
the `Tabs` component, where these props are added.

To silence the warning, the props have been made optional.
2020-03-13 10:49:17 -03:00
..
components Fix Tab prop type warning (#8185) 2020-03-13 10:49:17 -03:00
css Add tx history icons (#8180) 2020-03-11 14:05:47 -04:00
ducks LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
helpers Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
pages Skip ENS reverse resolution when address is blank (#8184) 2020-03-12 10:50:37 -03:00
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