diff --git a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx index 83d3dd956..340bdde43 100644 --- a/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx +++ b/app/javascript/src/components/Navigation/components/NotificationsDropdown.jsx @@ -74,6 +74,7 @@ class NotificationsDropdown extends Component { this.renderNotifications = this.renderNotifications.bind(this); this.renderNotificationStatus = this.renderNotificationStatus.bind(this); this.loadStatus = this.loadStatus.bind(this); + this.closeDropdown = this.closeDropdown.bind(this); } componentWillMount() {