diff --git a/frontend/src/pages/History/History.js b/frontend/src/pages/History/History.js index f1630af..b971b9a 100644 --- a/frontend/src/pages/History/History.js +++ b/frontend/src/pages/History/History.js @@ -287,7 +287,7 @@ const History = () => { return (
+
+
"{p.notes}"
+ )} +{p.planned_date ? new Date(p.planned_date).toLocaleDateString() : 'No date'}
+Last updated {new Date(p.updated_at || p.created_at).toLocaleDateString()}
+