Fix formatting for a trailing comma

Change-Id: I300ec889aa9cd726a3cc60294e0cf7707e3361a6
pull/547/head
Márton Braun 2 years ago
parent 11fbf53f12
commit 1d081ce26f

@ -306,7 +306,7 @@ private fun TopicSelection(
) {
items(
items = onboardingUiState.topics,
key = { it.topic.id }
key = { it.topic.id },
) {
SingleTopicButton(
name = it.topic.name,

Loading…
Cancel
Save