Merge branch 'github/main'

pull/591/head^2
Automerger 2 years ago
commit 067903f6d7

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