fix banana bug

This commit is contained in:
mlorb 2017-10-18 13:41:58 +02:00
parent dafa4a6f1f
commit 5e9a1408f2

View file

@ -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() {