Skip to content

Commit

Permalink
fix: remove closeWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk committed Jul 23, 2024
1 parent 086de7b commit fd340b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const WardPatientCard: React.FC<WardPatientCardProps> = (props) => {
activeBedSelection?.patient.uuid === props.patient?.uuid,
})}
onClick={() => {
closeWorkspace('ward-patient-workspace');
wardStore.setState({ activeBedSelection: { ...props } });
launchWorkspace('ward-patient-workspace');
}}>
Expand Down

0 comments on commit fd340b4

Please sign in to comment.