From 5bdb2d944a08f63772497e203f47533ffb640d82 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 13 Apr 2025 18:29:14 +0000 Subject: fix: Dont download html content by default in the bookmark grid. Fixes #1198 --- apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/mobile/app') diff --git a/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx b/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx index ebd3a1e2..6d02af53 100644 --- a/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx +++ b/apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx @@ -147,7 +147,9 @@ const ViewBookmarkPage = () => { data: bookmark, isPending, refetch, - } = useAutoRefreshingBookmarkQuery({ bookmarkId: slug }); + } = useAutoRefreshingBookmarkQuery({ + bookmarkId: slug, + }); if (isPending) { return ; -- cgit v1.2.3-70-g09d2