|
|
@ -150,7 +150,6 @@ private fun InterestsContent(
|
|
|
|
topics = uiState.topics,
|
|
|
|
topics = uiState.topics,
|
|
|
|
onTopicClick = navigateToTopic,
|
|
|
|
onTopicClick = navigateToTopic,
|
|
|
|
onFollowButtonClick = followTopic,
|
|
|
|
onFollowButtonClick = followTopic,
|
|
|
|
modifier = Modifier
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
1 -> {
|
|
|
|
1 -> {
|
|
|
@ -158,7 +157,6 @@ private fun InterestsContent(
|
|
|
|
authors = uiState.authors,
|
|
|
|
authors = uiState.authors,
|
|
|
|
onAuthorClick = navigateToAuthor,
|
|
|
|
onAuthorClick = navigateToAuthor,
|
|
|
|
onFollowButtonClick = followAuthor,
|
|
|
|
onFollowButtonClick = followAuthor,
|
|
|
|
modifier = Modifier
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|