Skip to content

Commit

Permalink
Update ManagePatients.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustix69 authored Dec 6, 2024
1 parent 8ec85e6 commit 6656540
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -983,9 +983,6 @@ export const PatientManager = () => {
case "list-discharged":
navigate(`facility/${selectedFacility.id}/discharged-patients`);
break;
default:
Notification.Error({ msg: "Unknown dialog state" });
break;
}
} else {
Notification.Error({ msg: "No facility selected" });
Expand Down

0 comments on commit 6656540

Please sign in to comment.