diff --git a/Frameworks/Feed/Bundle/Sources/Logic/View Models/FeedListViewModel.swift b/Frameworks/Feed/Bundle/Sources/Logic/View Models/FeedListViewModel.swift index 059a3fa..5fd5a99 100644 --- a/Frameworks/Feed/Bundle/Sources/Logic/View Models/FeedListViewModel.swift +++ b/Frameworks/Feed/Bundle/Sources/Logic/View Models/FeedListViewModel.swift @@ -47,8 +47,8 @@ extension FeedListViewController { // MARK: Computed var itemsCount: Int { isWordsShowing - ? items.count - : items.count + 1 + ? items.count + 1 + : items.count } var isWordsShowing: Bool {