Goals -System refactored - Platzhaltersystem enhanced (als draft) #53
|
|
@ -695,6 +695,11 @@ export default function GoalsPage() {
|
|||
<div>
|
||||
<span style={{ color: 'var(--text2)' }}>Ziel:</span>{' '}
|
||||
<strong style={{ color: catInfo.color }}>{goal.target_value} {goal.unit}</strong>
|
||||
{goal.target_date && (
|
||||
<span style={{ fontSize: 12, color: 'var(--text3)', marginLeft: 4 }}>
|
||||
({dayjs(goal.target_date).format('DD.MM.YY')})
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user