diff --git a/frontend/src/pages/GoalsPage.jsx b/frontend/src/pages/GoalsPage.jsx index 96d4d4e..275fff5 100644 --- a/frontend/src/pages/GoalsPage.jsx +++ b/frontend/src/pages/GoalsPage.jsx @@ -515,9 +515,9 @@ export default function GoalsPage() {
- {typeInfo.icon} + {goal.icon || typeInfo.icon} - {goal.name || typeInfo.label_de} + {goal.name || goal.label_de || typeInfo.label_de || goal.goal_type} {priorityInfo.stars}