Skip to content

Commit

Permalink
Update src/Components/Patient/ManagePatients.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Dec 7, 2022
1 parent 24861f3 commit 36a25d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ export const PatientManager = (props: any) => {
)
);
};
console.log(qParams.last_consultation_admitted_bed_type_list);
return qParams.last_consultation_admitted_bed_type_list
.split(",")
.map((id: string) => {
Expand Down

0 comments on commit 36a25d4

Please sign in to comment.