1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/test/unit/ui/app
Mark Stacey f11a5b4808
Return a Promise from showAccountDetail thunk (#8427)
`showAccountDetail` returned a thunk that didn't return a Promise,
despite doing async work. Now it returns a Promise.

This action is only called in one place, and it looks like the actions
dispatched alongside it were meant to be run in parallel, so no changes
were made there.
2020-04-27 18:17:28 -03:00
..
reducers Remove unused transForward state and actions (#8401) 2020-04-23 20:32:08 -03:00
actions.spec.js Return a Promise from showAccountDetail thunk (#8427) 2020-04-27 18:17:28 -03:00
selectors.spec.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00