diff --git a/Yattee/Views/Search/SearchView.swift b/Yattee/Views/Search/SearchView.swift index 24d1b069..538f39ec 100644 --- a/Yattee/Views/Search/SearchView.swift +++ b/Yattee/Views/Search/SearchView.swift @@ -643,10 +643,12 @@ struct SearchView: View { } } + #if !os(tvOS) if history.id != displayedSearchHistory.last?.id { Divider() .padding(.leading, 52) } + #endif } } #if os(tvOS)