aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/lib/exportBookmarks.ts2
-rw-r--r--apps/web/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/lib/exportBookmarks.ts b/apps/web/lib/exportBookmarks.ts
index dd1913fb..f651b897 100644
--- a/apps/web/lib/exportBookmarks.ts
+++ b/apps/web/lib/exportBookmarks.ts
@@ -51,7 +51,7 @@ export function toExportFormat(
title:
bookmark.title ??
(bookmark.content.type === BookmarkTypes.LINK
- ? bookmark.content.title ?? null
+ ? (bookmark.content.title ?? null)
: null),
tags: bookmark.tags.map((t) => t.name),
content,
diff --git a/apps/web/package.json b/apps/web/package.json
index 7edae7a8..336fb725 100644
--- a/apps/web/package.json
+++ b/apps/web/package.json
@@ -66,7 +66,7 @@
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
- "prettier": "^3.2.5",
+ "prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",