Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
86f187a631
@ -274,7 +274,7 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
||||
if (!uid) return;
|
||||
|
||||
const anchor = await OfficeFolderAnchors.getInstance().get(uid);
|
||||
if (anchor.transactions[0].status !== "VERIFIED_ON_CHAIN") return;
|
||||
if (anchor.status !== "VERIFIED_ON_CHAIN") return;
|
||||
|
||||
try {
|
||||
const file: Blob = await OfficeFolderAnchors.getInstance().download(uid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user