mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
needed q mark
This commit is contained in:
committed by
Matt Hill
parent
26840ab098
commit
3fec68176f
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user