Fix file info selector
This commit is contained in:
parent
7c3953ac51
commit
35a5cb0918
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export const selectFileInfosPublished = createSelector(
|
||||||
const fileInfo = byOutpoint[outpoint];
|
const fileInfo = byOutpoint[outpoint];
|
||||||
if (fileInfo) fileInfos.push(fileInfo);
|
if (fileInfo) fileInfos.push(fileInfo);
|
||||||
});
|
});
|
||||||
return fileInfos;
|
return [...fileInfos, ...pendingPublish];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue