fix: show full date of birth instead of just the year

This commit is contained in:
2026-08-06 17:57:18 +02:00
parent 4a439bfd2c
commit 3caa608d97
@@ -209,7 +209,7 @@ fun EventDetailScreen(
},
supportingContent = {
if (player.dob.isNotBlank()) {
Text(player.dob.take(4))
Text(player.dob)
}
},
trailingContent = {