Skip to content

Commit

Permalink
Remove recent scheduled activities from caseload summary calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
anantmittal committed Jul 26, 2024
1 parent 04aeaf6 commit 0e71309
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web_registry/src/stores/PatientStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@ export class PatientStore implements IPatientStore {
(!!this.recentEntryMoodLogsSortedByDateAndTimeDescending &&
this.recentEntryMoodLogsSortedByDateAndTimeDescending.length > 0) ||
!!this.recentEntrySafetyPlan ||
(!!this.recentEntryScheduledActivitiesSortedByDateAndTimeDescending &&
this.recentEntryScheduledActivitiesSortedByDateAndTimeDescending
.length > 0) ||
(!!this.recentEntryValues && this.recentEntryValues.length > 0);

return recentEntry ? "New" : undefined;
Expand Down

0 comments on commit 0e71309

Please sign in to comment.