diff --git a/ui/pages/home/home.component.js b/ui/pages/home/home.component.js index 01bbc3e2d..fbb9cfcb4 100644 --- a/ui/pages/home/home.component.js +++ b/ui/pages/home/home.component.js @@ -278,7 +278,11 @@ export default class Home extends PureComponent { setRpcTarget, } = this.props; - const onAutoHide = () => setNewCollectibleAddedMessage(''); + const onAutoHide = () => { + setNewCollectibleAddedMessage(''); + setRemoveCollectibleMessage(''); + }; + const autoHideDelay = 5 * SECOND; return ( @@ -363,7 +367,7 @@ export default class Home extends PureComponent {