needed q mark

This commit is contained in:
Drew Ansbacher
2021-09-14 10:48:56 -06:00
committed by Matt Hill
parent 26840ab098
commit 3fec68176f

View File

@@ -68,7 +68,7 @@ export class NotificationsPage {
try { try {
await this.embassyApi.deleteNotification({ id }) await this.embassyApi.deleteNotification({ id })
this.notifications.splice(index, 1) this.notifications.splice(index, 1)
this.beforeCursor = this.notifications[this.notifications.length - 1].id this.beforeCursor = this.notifications[this.notifications.length - 1]?.id
} catch (e) { } catch (e) {
this.errToast.present(e) this.errToast.present(e)
} finally { } finally {