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

Commit

Permalink
feat(patient): remove unused function
Browse files Browse the repository at this point in the history
fix #2259
  • Loading branch information
Alex Tan authored and Alex Tan committed Sep 28, 2020
1 parent 315c544 commit eba6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patients/view/ViewPatient.tsx
Expand Up @@ -26,7 +26,7 @@ import usePatient from '../hooks/usePatient'
import Labs from '../labs/Labs'
import Note from '../notes/NoteTab'
import RelatedPerson from '../related-persons/RelatedPersonTab'
import { getPatientCode, getPatientFullName } from '../util/patient-util'
import { getPatientFullName } from '../util/patient-util'
import VisitTab from '../visits/VisitTab'
import ImportantPatientInfo from './ImportantPatientInfo'

Expand Down

0 comments on commit eba6074

Please sign in to comment.