chore: Review fix

This commit is contained in:
iamsivin
2024-02-19 11:25:14 +05:30
parent 6fb3e96bc9
commit 94b86a1244
@@ -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;
},