Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Dec 2, 2023
1 parent 8527c7b commit c10e900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export const ConsultationUpdatesTab = (props: ConsultationTabProps) => {
<div className="flex flex-col items-center justify-between gap-2 md:flex-row">
<div>
<div className="text-sm font-semibold uppercase">
Admission On
Admission Date
</div>
{formatDateTime(props.consultationData?.admission_date)}
</div>
Expand Down

0 comments on commit c10e900

Please sign in to comment.