aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/app')
-rw-r--r--apps/mobile/app/dashboard/bookmarks/[slug]/info.tsx4
1 files changed, 3 insertions, 1 deletions
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 <FullPageSpinner />;