summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-01 05:44:27 -0800
committerFuwn <[email protected]>2025-03-01 05:44:27 -0800
commit7b1bbee91606e643b22d4c5b05f74ca9bafd4059 (patch)
tree855203c4e7192ec7e7ef5dc4998adc01c4c850cd /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-7b1bbee91606e643b22d4c5b05f74ca9bafd4059.tar.xz
sora-testing-7b1bbee91606e643b22d4c5b05f74ca9bafd4059.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift1
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 {