Skip to content

Commit

Permalink
refactor: misplaced aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Jul 23, 2024
1 parent 6647233 commit de8a41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const FamilyHistory: React.FC<FamilyHistoryProps> = ({ patientUuid }) => {
return (
<DataTableSkeleton
headers={headers}
aria-label="patient bills table"
aria-label="patient family table"
showToolbar={false}
showHeader={false}
rowCount={3}
Expand Down

0 comments on commit de8a41c

Please sign in to comment.