diff options
Diffstat (limited to 'Sora/Views/Post/Grid')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 20d6b3a..187acc9 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -13,7 +13,6 @@ struct PostGridView: View { var filteredPosts: [BooruPost] { manager.posts .filter { settings.displayRatings.contains($0.rating) } - .sorted { $0.id > $1.id } } var body: some View { |