diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index c816aeea..098250b2 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -274,7 +274,7 @@ class FolderInformationClass extends BasePage { 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);