summaryrefslogtreecommitdiff
path: root/Sora/Views/Bookmarks
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-21 23:30:01 -0800
committerFuwn <[email protected]>2025-02-21 23:30:01 -0800
commitc82c394a2fa8513a83238fb4d0ccdd8567b316d5 (patch)
tree7d392440848a48b5d77edb027f248d8a1e1fa153 /Sora/Views/Bookmarks
parentfeat: Development commit (diff)
downloadsora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.tar.xz
sora-testing-c82c394a2fa8513a83238fb4d0ccdd8567b316d5.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Bookmarks')
-rw-r--r--Sora/Views/Bookmarks/BookmarksView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Bookmarks/BookmarksView.swift b/Sora/Views/Bookmarks/BookmarksView.swift
index 9a0ef75..83eda0e 100644
--- a/Sora/Views/Bookmarks/BookmarksView.swift
+++ b/Sora/Views/Bookmarks/BookmarksView.swift
@@ -24,7 +24,7 @@ struct BookmarksView: View {
description: Text("Add a bookmark by tapping the bookmark button on a search page."))
} else {
List {
- if filteredBookmarks.isEmpty && !bookmarksSearchText.isEmpty {
+ if filteredBookmarks.isEmpty, !bookmarksSearchText.isEmpty {
Text("No bookmarks match your search")
}