Merge branch fix/download-anchor-proof
into dev (#77)
This commit is contained in:
commit
6d3f34e87b
@ -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