diff --git a/embark-ui/src/sagas/index.js b/embark-ui/src/sagas/index.js index 2b1065c27..370cd6fc1 100644 --- a/embark-ui/src/sagas/index.js +++ b/embark-ui/src/sagas/index.js @@ -16,5 +16,5 @@ export function *watchFetchAccounts() { } export default function *root() { - yield all([fork(fetchAccounts)]); + yield all([fork(watchFetchAccounts)]); }