diff --git a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx index 1fe3c76f..3342b5f1 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/index.tsx @@ -149,7 +149,11 @@ class FolderInformationClass extends BasePage { {this.props.isAnchored === AnchorStatus.ANCHORING && ( )} {this.props.isAnchored === AnchorStatus.VERIFIED_ON_CHAIN && ( diff --git a/src/front/Stores/Toasts.tsx b/src/front/Stores/Toasts.tsx index 126461a3..3cb81152 100644 --- a/src/front/Stores/Toasts.tsx +++ b/src/front/Stores/Toasts.tsx @@ -103,7 +103,8 @@ export default class Toasts { read: true, }); } - this.event.emit("change", []); + this.toastList.splice(0, this.toastList.length); + this.event.emit("change", this.toastList); } /**