Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(view patient): add 'edit' icon to Edit button
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewDorner committed Feb 16, 2020
1 parent f5f3b29 commit 0da4043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patients/view/ViewPatient.tsx
Expand Up @@ -68,6 +68,7 @@ const ViewPatient = () => {
<Button
color="success"
outlined
icon="edit"
onClick={() => {
history.push(`/patients/edit/${patient.id}`)
}}
Expand Down

0 comments on commit 0da4043

Please sign in to comment.