diff --git a/ghost/portal/src/components/Notification.js b/ghost/portal/src/components/Notification.js index ee17f6851c..2a149556c2 100644 --- a/ghost/portal/src/components/Notification.js +++ b/ghost/portal/src/components/Notification.js @@ -221,7 +221,7 @@ export default class Notification extends React.Component { const {type, status, autoHide, duration} = this.state; if (type && status) { return ( - + this.onHideNotification(e)} /> );