Skip to content

Commit

Permalink
removed unused filters from notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijv256 committed Feb 19, 2024
1 parent 8752069 commit 975b446
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Common/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,11 +559,6 @@ export const NOTIFICATION_EVENTS = [
text: "Patient Updated",
icon: "fa-solid fa-user-pen",
},
{
id: "PATIENT_DELETED",
text: "Patient Deleted",
icon: "fa-solid fa-user-minus",
},
{
id: "PATIENT_CONSULTATION_CREATED",
text: "Patient Consultation Created",
Expand All @@ -574,11 +569,6 @@ export const NOTIFICATION_EVENTS = [
text: "Patient Consultation Updated",
icon: "fa-solid fa-heart-circle-plus",
},
{
id: "PATIENT_CONSULTATION_DELETED",
text: "Patient Consultation Deleted",
icon: "fa-solid fa-heart-circle-minus",
},
{
id: "INVESTIGATION_SESSION_CREATED",
text: "Investigation Session Created",
Expand Down

0 comments on commit 975b446

Please sign in to comment.