Skip to content

Commit

Permalink
Add propTypes declaration at bottom of file
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Aug 23, 2024
1 parent 5f0750f commit 7ae1d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/pages/patients/MedicalDataSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ export default function MedicalDataSearch({ category, handleMedicalData }) {
</Combobox>
);
}

MedicalDataSearch.propTypes = medicalDataSearchProps;

0 comments on commit 7ae1d74

Please sign in to comment.