diff options
Diffstat (limited to 'apps/mobile')
| -rw-r--r-- | apps/mobile/components/bookmarks/UpdatingBookmarkList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/components/bookmarks/UpdatingBookmarkList.tsx b/apps/mobile/components/bookmarks/UpdatingBookmarkList.tsx index 87f115f9..f7421740 100644 --- a/apps/mobile/components/bookmarks/UpdatingBookmarkList.tsx +++ b/apps/mobile/components/bookmarks/UpdatingBookmarkList.tsx @@ -47,7 +47,7 @@ export default function UpdatingBookmarkList({ <BookmarkList bookmarks={data.pages .flatMap((p) => p.bookmarks) - .filter((b) => b.content.type != BookmarkTypes.UNKNWON)} + .filter((b) => b.content.type != BookmarkTypes.UNKNOWN)} header={header} onRefresh={onRefresh} fetchNextPage={fetchNextPage} |
