diff --git a/ui/src/app/pages/notifications/notifications.page.ts b/ui/src/app/pages/notifications/notifications.page.ts index 7eebbd35e..abfa1c7d2 100644 --- a/ui/src/app/pages/notifications/notifications.page.ts +++ b/ui/src/app/pages/notifications/notifications.page.ts @@ -32,12 +32,6 @@ export class NotificationsPage { this.loading = false } - async refresh (e: any) { - this.beforeCursor = undefined - this.notifications = await this.getNotifications(), - e.target.complete() - } - async doInfinite (e: any) { const notifications = await this.getNotifications() this.notifications = this.notifications.concat(notifications)