Skip to content

Commit

Permalink
stop displaying bed name two times
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Oct 30, 2023
1 parent 9005adf commit 5289ad2
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 @@ -533,7 +533,6 @@ export const PatientManager = () => {
</span>
</span>
<span className="w-full truncate px-1 text-center text-base font-bold">
{patient?.last_consultation?.current_bed?.bed_object.name}
<span className="tooltip-text tooltip-bottom">
{
patient?.last_consultation?.current_bed?.bed_object
Expand Down

0 comments on commit 5289ad2

Please sign in to comment.