Merge branch 'github/main'

pull/1837/head
Automerger 3 years ago
commit be91162476

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

Loading…
Cancel
Save