diff --git a/frontend/src/pages/GoalsPage.jsx b/frontend/src/pages/GoalsPage.jsx index b2c1368..fbc7288 100644 --- a/frontend/src/pages/GoalsPage.jsx +++ b/frontend/src/pages/GoalsPage.jsx @@ -695,6 +695,11 @@ export default function GoalsPage() {
Ziel:{' '} {goal.target_value} {goal.unit} + {goal.target_date && ( + + ({dayjs(goal.target_date).format('DD.MM.YY')}) + + )}