From 361a413fb9f0cedb8743175a2434ce79461be23d Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Tue, 14 Sep 2021 10:56:50 -0600 Subject: [PATCH] no refresh func --- ui/src/app/pages/notifications/notifications.page.ts | 6 ------ 1 file changed, 6 deletions(-) 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)