This commit is contained in:
@@ -50,7 +50,7 @@ private fun RoundListItem(round: Round, index: Int) {
|
||||
textAlign = TextAlign.Center
|
||||
)
|
||||
Text(
|
||||
text = index.toString(),
|
||||
text = (index + 1).toString(),
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
modifier = Modifier.weight(1f),
|
||||
textAlign = TextAlign.Center
|
||||
|
||||
Reference in New Issue
Block a user