Skip to content

Commit

Permalink
Remove colon
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Aug 28, 2024
1 parent 401f11e commit 3b8f832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private fun ActualDetails(
Column(Modifier.padding(start = 20.dp, end = 20.dp, bottom = 20.dp, top = 4.dp)) {
OvCard {
Row {
Text("OV Fietsen beschikbaar:")
Text("OV Fietsen beschikbaar")
}
val amount = details.rentalBikesAvailable?.toString() ?: "Onbekend"
Box(
Expand Down

0 comments on commit 3b8f832

Please sign in to comment.