fix: show full date of birth instead of just the year
This commit is contained in:
@@ -209,7 +209,7 @@ fun EventDetailScreen(
|
||||
},
|
||||
supportingContent = {
|
||||
if (player.dob.isNotBlank()) {
|
||||
Text(player.dob.take(4))
|
||||
Text(player.dob)
|
||||
}
|
||||
},
|
||||
trailingContent = {
|
||||
|
||||
Reference in New Issue
Block a user