Skip to content

Commit

Permalink
complete merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Dec 24, 2023
1 parent c97c57f commit d1a4977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const DefaultLogUpdateCard = ({ round, ...props }: Props) => {

return (
<div className="flex w-full flex-col gap-4 rounded-lg border border-gray-400 p-4 @container">
<LogUpdateCardAttribute
attributeKey={"Round Type" as any}
attributeValue={t(round.rounds_type)}
/>
<LogUpdateCardAttribute
attributeKey="patient_category"
attributeValue={round.patient_category}
Expand Down
2 changes: 0 additions & 2 deletions src/Components/Facility/Consultations/DailyRoundsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function DailyRoundsList({ consultation }: Props) {
<PaginatedList.WhenLoading>
<LoadingLogUpdateCard />
</PaginatedList.WhenLoading>
{/* <PaginatedList.Display> */}
<Timeline
className="rounded-lg bg-white p-2 shadow"
name="log update"
Expand Down Expand Up @@ -117,7 +116,6 @@ export default function DailyRoundsList({ consultation }: Props) {
}}
</PaginatedList.Items>
</Timeline>
{/* </PaginatedList.Display> */}
<div className="flex w-full items-center justify-center">
<PaginatedList.Paginator hideIfSinglePage />
</div>
Expand Down

0 comments on commit d1a4977

Please sign in to comment.