Skip to content

Commit

Permalink
address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Sep 25, 2024
1 parent 3feab68 commit 91ff066
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const AdmitPatientFormWorkspace: React.FC<AdmitPatientFormWorkspaceProps> = ({
if (bed) {
return removePatientFromBed(bed.bedId, patient.uuid);
}
return response;
}
}
},
Expand Down

0 comments on commit 91ff066

Please sign in to comment.