Skip to content

Commit

Permalink
Merge branch 'feature/delete-page-update' of https://github.com/mahdi…
Browse files Browse the repository at this point in the history
…noori2000/healthcare-app-frontend into feature/delete-page-update
  • Loading branch information
ismayito committed Feb 13, 2024
2 parents 8151d0f + 23a4f5f commit 3e773b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/doctors/Doctors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ function Doctors() {
return (
<div>
There is no doctor in the list please
<NavLink to="/doctors/add-doctor">click here</NavLink>
{' '}
to create a
<NavLink to="/doctors/add-doctor">click here</NavLink> to create a
doctor
</div>
);
Expand Down

0 comments on commit 3e773b9

Please sign in to comment.