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 f0ee615 commit 8958880
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 @@ -102,7 +102,7 @@ export default function DailyRoundsList({ consultation }: Props) {
return (
<TimelineNode
event={{
type: "updated",
type: "created",
timestamp: item.created_date?.toString() ?? "",
by: {
// ...item.created_by,
Expand Down

0 comments on commit 8958880

Please sign in to comment.