diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt index b77a37f39c..4d40a6c39b 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt @@ -102,7 +102,7 @@ fun AppNavigation( HomeScreen( newThreadsFeedState = accountViewModel.feedStates.homeNewThreads, - repliesFeedState = accountViewModel.feedStates.homeNewThreads, + repliesFeedState = accountViewModel.feedStates.homeReplies, accountViewModel = accountViewModel, nav = nav, nip47 = nip47,