needed q mark

This commit is contained in:
Drew Ansbacher
2021-09-14 10:48:56 -06:00
committed by Aiden McClelland
parent c525481d23
commit 1dcf79fc85

View File

@@ -68,7 +68,7 @@ export class NotificationsPage {
try {
await this.embassyApi.deleteNotification({ id })
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) {
this.errToast.present(e)
} finally {