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 8e1f40aedb
Handle connected accounts with no last active time (#8746)
The "Connected accounts" modal was throwing an exception when
attempting to render an account that has no `lastActive` time. The
component and related selector has been updated to no longer expect
the `lastActive` time to be set.

Prior to #8653 there was a guarantee that all connected accounts had a
`lastActive` time set, as the time would be set on any account returned
from the `eth_requestAccounts` call. But after #8653 only the primary
account was returned, so only the primary account had a `lastActive`
time set.

Fixes #8733
2020-06-05 13:07:23 -03:00
..
components Handle connected accounts with no last active time (#8746) 2020-06-05 13:07:23 -03:00
contexts Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
css Fix connect hardware styling (#8680) 2020-05-28 11:47:48 -07:00
ducks Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
helpers Add MESSAGE_TYPE enum (#8743) 2020-06-04 16:22:45 -03:00
hooks refactor token list (#8726) 2020-06-04 13:13:11 -05:00
pages Add MESSAGE_TYPE enum (#8743) 2020-06-04 16:22:45 -03:00
selectors Handle connected accounts with no last active time (#8746) 2020-06-05 13:07:23 -03:00
store Implement asset page (#8696) 2020-06-01 14:54:32 -03:00