Skip to content

Commit

Permalink
Update src/Components/Facility/Consultations/DailyRoundsList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
Pranshu1902 and rithviknishad authored Dec 7, 2023
1 parent 5a279d7 commit c74ff1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/DailyRoundsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function DailyRoundsList({ consultation }: Props) {
className={
"animate-pulse rounded-lg bg-white p-2 py-4 opacity-70 shadow md:px-3"
}
name="Daily Rounds"
name="log update"
>
<PaginatedList.Items<DailyRoundsModel> className="flex grow flex-col gap-3">
{(item, items) => {
Expand Down

0 comments on commit c74ff1a

Please sign in to comment.