Merge branch 'github/main'

pull/1837/head
Automerger 3 years ago
commit be91162476

@ -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