Skip to content

Commit

Permalink
Minor ui fixes in shifting and consultation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jun 26, 2023
1 parent f404134 commit 77f8c19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Components/Facility/ConsultationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const ConsultationCard = (props: ConsultationProps) => {
<div className="text-sm text-gray-700 items-center flex flex-col md:flex-row">
Created:{" "}
<RelativeDateUserMention
tooltipPosition="left"
actionDate={itemData.created_date}
user={itemData.created_by}
/>
Expand All @@ -112,6 +113,7 @@ export const ConsultationCard = (props: ConsultationProps) => {
<div className="text-sm text-gray-700 items-center flex flex-col md:flex-row">
Last Modified:{" "}
<RelativeDateUserMention
tooltipPosition="left"
actionDate={itemData.modified_date}
user={itemData.last_edited_by}
/>
Expand Down
2 changes: 2 additions & 0 deletions src/Components/Patient/SampleTestCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export const SampleTestCard = (props: SampleDetailsProps) => {
<RelativeDateUserMention
actionDate={itemData.created_date}
user={itemData.created_by}
tooltipPosition="left"
/>
</div>
}
Expand All @@ -167,6 +168,7 @@ export const SampleTestCard = (props: SampleDetailsProps) => {
<RelativeDateUserMention
actionDate={itemData.modified_date}
user={itemData.last_edited_by}
tooltipPosition="left"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Locale/en/Shifting.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"patient_category": "Patient Category",
"ambulance_driver_name": "Name of ambulance driver",
"ambulance_phone_number": "Phone number of Ambulance",
"ambulance_number": "Ambulance No.",
"ambulance_number": "Ambulance No",
"is_emergency": "Is emergency",
"contact_person_at_the_facility": "Contact person at the current facility",
"update_status_details": "Update Status/Details",
Expand Down

0 comments on commit 77f8c19

Please sign in to comment.