|
|
@ -40,7 +40,7 @@ fun TopicsTabContent(
|
|
|
|
modifier = modifier
|
|
|
|
modifier = modifier
|
|
|
|
.padding(horizontal = 24.dp)
|
|
|
|
.padding(horizontal = 24.dp)
|
|
|
|
.testTag("interests:topics"),
|
|
|
|
.testTag("interests:topics"),
|
|
|
|
contentPadding = PaddingValues(vertical = 16.dp)
|
|
|
|
contentPadding = PaddingValues(vertical = 16.dp),
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
topics.forEach { followableTopic ->
|
|
|
|
topics.forEach { followableTopic ->
|
|
|
|
val topicId = followableTopic.topic.id
|
|
|
|
val topicId = followableTopic.topic.id
|
|
|
|