From 5e9a1408f242e6e60f7edab0dce695f56c65eee0 Mon Sep 17 00:00:00 2001 From: mlorb Date: Wed, 18 Oct 2017 13:41:58 +0200 Subject: [PATCH] fix banana bug --- .../components/Navigation/components/NotificationsDropdown.jsx | 1 + 1 file changed, 1 insertion(+) 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() {