mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
f11a5b4808
`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. |
||
---|---|---|
.. | ||
actionConstants.js | ||
actions.js | ||
store.js |