From 7eda76f447c3ef520cb6422f4c8876ca28b35ac1 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)