Skip to content

Commit

Permalink
Remove "read more" for prescription notes in detailed view (#8647)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwansh01 authored Oct 1, 2024
1 parent f9d78f4 commit ac201b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Medicine/PrescriptionDetailCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default function PrescriptionDetailCard({

{prescription.notes && (
<Detail className="col-span-10" label={t("notes")}>
<ReadMore text={prescription.notes} minChars={120} />
{prescription.notes}
</Detail>
)}

Expand Down

0 comments on commit ac201b9

Please sign in to comment.