Skip to content

Commit

Permalink
Fixed-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Nov 2, 2024
1 parent aa48b0a commit 0a04577
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default function MedicineAdministrationTable({
<p>Dosage &</p>
<p>
{prescriptions[0]?.dosage_type !== "PRN"
? t("Frequency")
: t("Indicator")}
? t("frequency")
: t("indicator")}
</p>
</span>
</th>
Expand Down

0 comments on commit 0a04577

Please sign in to comment.