- {this.getTopToolbar()}
-
{loadingIndicatorIcon}
-
- {notifications.map(this.getNotification)}
-
- {this.getBottomToolbar()}
-
- );
- };
-
fetchNotifications = () => {
this.setState({isLoading: true});
@@ -284,7 +250,7 @@ class NotificationsButton extends Component