1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/ui/app
Mark Stacey e132998930
Return a Promise from setProviderType thunk (#8436)
`setProviderType` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

None of the callers of this action creator needed to know when it
completed, so no changes to the call sites were made.
2020-04-28 09:50:04 -03:00
..
components Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
contexts
css Remove unused ShapeShift components (#8402) 2020-04-24 12:33:24 -03:00
ducks Remove unused transForward state and actions (#8401) 2020-04-23 20:32:08 -03:00
helpers Fix connected sites modal styling; add shortenUrl function (#8409) 2020-04-27 08:36:08 -07:00
pages Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
selectors Delete Dai/Sai migration notification (#8418) 2020-04-27 16:23:43 -02:30
store Return a Promise from setProviderType thunk (#8436) 2020-04-28 09:50:04 -03:00