summaryrefslogtreecommitdiff
path: root/Sora/Views/Bookmarks
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-22 00:37:31 -0800
committerFuwn <[email protected]>2025-02-22 00:37:31 -0800
commit86744226b1f423742fc9663300bd0e322807a1ee (patch)
tree5455e957ca768fbbbaada05356340067a7dbcc21 /Sora/Views/Bookmarks
parentfeat: Development commit (diff)
downloadsora-testing-86744226b1f423742fc9663300bd0e322807a1ee.tar.xz
sora-testing-86744226b1f423742fc9663300bd0e322807a1ee.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Bookmarks')
-rw-r--r--Sora/Views/Bookmarks/BookmarkListItemView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Bookmarks/BookmarkListItemView.swift b/Sora/Views/Bookmarks/BookmarkListItemView.swift
index 6c46416..611c9fe 100644
--- a/Sora/Views/Bookmarks/BookmarkListItemView.swift
+++ b/Sora/Views/Bookmarks/BookmarkListItemView.swift
@@ -27,7 +27,7 @@ struct BookmarkListItemView: View {
Spacer()
- Text(bookmark.provider.formatted())
+ Text(bookmark.provider.rawValue)
.font(.caption)
.foregroundStyle(Color.secondary)
}