mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
fix banana bug
This commit is contained in:
parent
dafa4a6f1f
commit
5e9a1408f2
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class NotificationsDropdown extends Component {
|
||||||
this.renderNotifications = this.renderNotifications.bind(this);
|
this.renderNotifications = this.renderNotifications.bind(this);
|
||||||
this.renderNotificationStatus = this.renderNotificationStatus.bind(this);
|
this.renderNotificationStatus = this.renderNotificationStatus.bind(this);
|
||||||
this.loadStatus = this.loadStatus.bind(this);
|
this.loadStatus = this.loadStatus.bind(this);
|
||||||
|
this.closeDropdown = this.closeDropdown.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
|
|
Loading…
Reference in a new issue