Skip to content

Commit

Permalink
remove patient id from goal (#6183)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Aug 30, 2023
1 parent 1523cc0 commit c3f3ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export const PatientHome = (props: any) => {
fetchpatient(status);
triggerGoal("Patient Profile Viewed", {
facilityId: facilityId,
patientId: patientData.id,
userID: authUser.id,
});
},
Expand Down

0 comments on commit c3f3ce5

Please sign in to comment.