fix typo in file_info reducer
This commit is contained in:
parent
a3ce714af1
commit
1ccd03ea59
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ reducers[types.DOWNLOADING_STARTED] = function(state, action) {
|
|||
const { uri, outpoint, fileInfo } = action.data;
|
||||
|
||||
const newByOutpoint = Object.assign({}, state.byOutpoint);
|
||||
const newDownloading = Object.assign({}, state.downloadingByOutpoin);
|
||||
const newDownloading = Object.assign({}, state.downloadingByOutpoint);
|
||||
const newLoading = Object.assign({}, state.urisLoading);
|
||||
|
||||
newDownloading[outpoint] = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue