Merge branch 'feat/CW-3059' into feat/CW-3067-snooze

This commit is contained in:
Sivin Varghese
2024-02-19 11:25:49 +05:30
committed by GitHub
@@ -52,9 +52,6 @@ export default {
conversationId() {
return this.activeNotification?.primary_actor?.id;
},
isFetchingInitialData() {
return this.uiFlags.isFetching && !this.notifications.length;
},
totalNotifications() {
return this.notifications?.length ?? 0;
},