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